{ "version": 4, "terraform_version": "1.7.8", "serial": 570, "lineage": "26a1ebec-15e3-47d9-93d1-9339437288d1", "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-e1e6ebf89d2ed3615", "ami": "ami-bb59a7d9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f4e40c2b"], "subnet_id": "subnet-accf2424", "key_name": "prod-deploy-key" } } ] } ] }