{ "version": 4, "terraform_version": "1.7.4", "serial": 176, "lineage": "56bcfa4a-c674-dd92-86b3-e9523d636aca", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-b58bc6845d120b355", "ami": "ami-e4771216", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-11ccff28"], "subnet_id": "subnet-0038bef7", "key_name": "prod-deploy-key" } } ] } ] }