{ "version": 4, "terraform_version": "1.7.7", "serial": 339, "lineage": "ecfca5ca-fe28-8605-053a-fc97773386f6", "outputs": { "db_endpoint": { "value": "db-1.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-7895c0862b4c403ec", "ami": "ami-829c6962", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c5f83b46"], "subnet_id": "subnet-22ff02c2", "key_name": "prod-deploy-key" } } ] } ] }