{ "version": 4, "terraform_version": "1.7.8", "serial": 338, "lineage": "d0944ade-b023-66f2-b964-2686c20b91da", "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-777a6cbf4c003891e", "ami": "ami-368316fa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-21b1ccb6"], "subnet_id": "subnet-aa1a7a7d", "key_name": "prod-deploy-key" } } ] } ] }