{ "version": 4, "terraform_version": "1.8.7", "serial": 174, "lineage": "b1c8dc8d-3b50-4e3b-32c6-2afbb44b8d6b", "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-c3e4cb84c2f34ee1a", "ami": "ami-bdfffacc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a97c91c6"], "subnet_id": "subnet-cde54d71", "key_name": "prod-deploy-key" } } ] } ] }