{ "version": 4, "terraform_version": "1.8.3", "serial": 570, "lineage": "e045c218-0f38-6474-350c-81777e471f48", "outputs": { "db_endpoint": { "value": "db-3.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-e614015b4dcccc42f", "ami": "ami-26a8e12e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-008f418d"], "subnet_id": "subnet-a5d211ce", "key_name": "prod-deploy-key" } } ] } ] }