{ "version": 4, "terraform_version": "1.7.3", "serial": 185, "lineage": "66ffc3db-e765-1ca9-15c0-720054a9e093", "outputs": { "db_endpoint": { "value": "db-3.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-b0c2730055d332aec", "ami": "ami-32c767f0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0be51ec9"], "subnet_id": "subnet-c79f76a4", "key_name": "prod-deploy-key" } } ] } ] }