{ "version": 4, "terraform_version": "1.7.1", "serial": 417, "lineage": "524a088a-1289-cce4-65a9-c2f4080d43d5", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3ab409cb5292dcb5c", "ami": "ami-6c94c413", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7faec748"], "subnet_id": "subnet-5b1094d7", "key_name": "prod-deploy-key" } } ] } ] }