{ "version": 4, "terraform_version": "1.8.1", "serial": 546, "lineage": "74c21308-988d-6775-f314-69f9d2b066d6", "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-ee0f613d6a35df9e9", "ami": "ami-995bdce7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f19930bf"], "subnet_id": "subnet-151b288c", "key_name": "prod-deploy-key" } } ] } ] }