{ "version": 4, "terraform_version": "1.8.9", "serial": 323, "lineage": "8598e505-748d-e338-8879-ecaaf5671650", "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-5423881410ca3c405", "ami": "ami-dcef7362", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ac2b81af"], "subnet_id": "subnet-1997f253", "key_name": "prod-deploy-key" } } ] } ] }