{ "version": 4, "terraform_version": "1.8.9", "serial": 596, "lineage": "27b91b8e-69fe-d216-e7ff-eba5fb261362", "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-64d562775d82a7955", "ami": "ami-aded4fb1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d229dce7"], "subnet_id": "subnet-4b8d8992", "key_name": "prod-deploy-key" } } ] } ] }