{ "version": 4, "terraform_version": "1.8.4", "serial": 160, "lineage": "4dee6432-e792-827c-1a43-ebe42bbd742f", "outputs": { "db_endpoint": { "value": "db-4.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-c58138124248c7b33", "ami": "ami-1aa0dcff", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-40af3c8f"], "subnet_id": "subnet-f22301f5", "key_name": "prod-deploy-key" } } ] } ] }