{ "version": 4, "terraform_version": "1.6.4", "serial": 131, "lineage": "de523d8e-b01f-a9a2-2434-4734fb8296dd", "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-32e828f78ce2c8f3e", "ami": "ami-2800a507", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8df266b0"], "subnet_id": "subnet-7814e88d", "key_name": "prod-deploy-key" } } ] } ] }