{ "version": 4, "terraform_version": "1.7.7", "serial": 371, "lineage": "5283625d-a23d-460d-cebe-f1b27a030aac", "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-33f2f8c526d4f1c3a", "ami": "ami-da500424", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-33b75f6a"], "subnet_id": "subnet-e707e21e", "key_name": "prod-deploy-key" } } ] } ] }