{ "version": 4, "terraform_version": "1.8.8", "serial": 117, "lineage": "e16613d2-83d8-8c62-854d-76efbf9dea57", "outputs": { "db_endpoint": { "value": "db-1.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-65529d90aabd3a0bc", "ami": "ami-3d7c273a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7509d725"], "subnet_id": "subnet-f7874d48", "key_name": "prod-deploy-key" } } ] } ] }