{ "version": 4, "terraform_version": "1.7.9", "serial": 527, "lineage": "ef586c20-bfc3-54fe-f013-663dcabbb27c", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-1769536721f8d6ed6", "ami": "ami-669b23f5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6a2719f0"], "subnet_id": "subnet-71850791", "key_name": "prod-deploy-key" } } ] } ] }