{ "version": 4, "terraform_version": "1.7.6", "serial": 460, "lineage": "25dc2c1e-5ff3-ed2c-f70a-ae654ccb1762", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-cdb0773e116b89783", "ami": "ami-492898fe", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3ce66b72"], "subnet_id": "subnet-061185dd", "key_name": "prod-deploy-key" } } ] } ] }