{ "version": 4, "terraform_version": "1.6.5", "serial": 484, "lineage": "4917cdab-7d02-1635-04f8-847c392267bd", "outputs": { "db_endpoint": { "value": "db-1.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-56b1b9c5c47f7d55a", "ami": "ami-d73c5303", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-babdd215"], "subnet_id": "subnet-e94ca9f6", "key_name": "prod-deploy-key" } } ] } ] }