{ "version": 4, "terraform_version": "1.8.9", "serial": 316, "lineage": "dd9ca76c-2710-0efe-914e-88e072730018", "outputs": { "db_endpoint": { "value": "db-0.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-47817fdec1762cffa", "ami": "ami-084dec8f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-830ab717"], "subnet_id": "subnet-34f0cadf", "key_name": "prod-deploy-key" } } ] } ] }