{ "version": 4, "terraform_version": "1.6.3", "serial": 471, "lineage": "92d800b2-6fc4-7f7e-9f19-38655f2515ea", "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-bc8317a9b824b70fa", "ami": "ami-c6a73769", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-22323efa"], "subnet_id": "subnet-578ecf3e", "key_name": "prod-deploy-key" } } ] } ] }