{ "version": 4, "terraform_version": "1.6.7", "serial": 238, "lineage": "00a27b73-4061-5b25-b1f0-534e5dc0bb6d", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-ce77c748944da4bf9", "ami": "ami-94099a95", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4b6a241b"], "subnet_id": "subnet-71e91c4f", "key_name": "prod-deploy-key" } } ] } ] }