{ "version": 4, "terraform_version": "1.7.1", "serial": 239, "lineage": "c93ca569-46d0-c884-5796-c2b17c24f049", "outputs": { "db_endpoint": { "value": "db-2.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-1ea6d3768678b67d6", "ami": "ami-750820de", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1e0cd4e8"], "subnet_id": "subnet-76e051fb", "key_name": "prod-deploy-key" } } ] } ] }