{ "version": 4, "terraform_version": "1.8.7", "serial": 152, "lineage": "9ec49bed-614c-c4ed-07be-fa0a7c1af96a", "outputs": { "db_endpoint": { "value": "db-2.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-1d0fb7f515c6dfffd", "ami": "ami-4c92cdd1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1036f608"], "subnet_id": "subnet-849e4411", "key_name": "prod-deploy-key" } } ] } ] }