{ "version": 4, "terraform_version": "1.8.0", "serial": 165, "lineage": "20d8d467-a6d9-d8e8-c60a-0216ad37bf18", "outputs": { "db_endpoint": { "value": "db-4.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-ec8060fc3200b92e7", "ami": "ami-27205620", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fa94ef7d"], "subnet_id": "subnet-b3e7a331", "key_name": "prod-deploy-key" } } ] } ] }