{ "version": 4, "terraform_version": "1.5.6", "serial": 127, "lineage": "44ea27f1-875e-6499-1e52-2c294d259093", "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-d436b6bd2fe285818", "ami": "ami-c89d3b59", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-196cf05b"], "subnet_id": "subnet-d4f23d16", "key_name": "prod-deploy-key" } } ] } ] }