{ "version": 4, "terraform_version": "1.7.8", "serial": 490, "lineage": "cfea5140-689f-4296-5859-3263ca937f7f", "outputs": { "db_endpoint": { "value": "db-0.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-66bb496811b06f5c5", "ami": "ami-bec1334a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-65ac63b1"], "subnet_id": "subnet-5e1030a5", "key_name": "prod-deploy-key" } } ] } ] }