{ "version": 4, "terraform_version": "1.7.4", "serial": 570, "lineage": "de911235-a8fa-4a86-5af8-49e58e3a72d9", "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-800cc16eab6fa6c96", "ami": "ami-39be07d7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f1a86dc9"], "subnet_id": "subnet-0cf54bcd", "key_name": "prod-deploy-key" } } ] } ] }