{ "version": 4, "terraform_version": "1.8.5", "serial": 352, "lineage": "e91c1f0e-ee95-8a64-e386-e0c4bc3d3c08", "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-46a0d505df1c61438", "ami": "ami-34afd04b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d1d1d68d"], "subnet_id": "subnet-a68b7d60", "key_name": "prod-deploy-key" } } ] } ] }