{ "version": 4, "terraform_version": "1.7.3", "serial": 367, "lineage": "ced21866-d821-081e-0467-bfeedc95bbde", "outputs": { "db_endpoint": { "value": "db-1.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-265f1f6bf5a2364a6", "ami": "ami-10b0cec8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f606a10d"], "subnet_id": "subnet-cf30db0b", "key_name": "prod-deploy-key" } } ] } ] }