{ "version": 4, "terraform_version": "1.7.2", "serial": 373, "lineage": "a172c96d-6043-f153-59c4-da54264ee0a6", "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-ddf3fa92b0d926b65", "ami": "ami-a3b2cf76", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e9e3e16b"], "subnet_id": "subnet-68c85464", "key_name": "prod-deploy-key" } } ] } ] }