{ "version": 4, "terraform_version": "1.8.0", "serial": 591, "lineage": "da5c348b-b7be-0f50-af98-4338ba44d270", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c455a111b627534ad", "ami": "ami-d6809cb9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5fad1bda"], "subnet_id": "subnet-4f545f1c", "key_name": "prod-deploy-key" } } ] } ] }