{ "version": 4, "terraform_version": "1.7.8", "serial": 152, "lineage": "81a4fb1a-6d66-d27b-bd25-1aa7ef8b0758", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-2c9feca7cf54b4450", "ami": "ami-827e9199", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2d3196db"], "subnet_id": "subnet-a3c8fe55", "key_name": "prod-deploy-key" } } ] } ] }