{ "version": 4, "terraform_version": "1.8.6", "serial": 177, "lineage": "70c592a8-7590-4591-77df-c20c888a6f10", "outputs": { "db_endpoint": { "value": "db-1.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-7ba953ac1537f1085", "ami": "ami-72add61d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9217637f"], "subnet_id": "subnet-927436a5", "key_name": "prod-deploy-key" } } ] } ] }