{ "version": 4, "terraform_version": "1.6.3", "serial": 274, "lineage": "3790fb5a-ed0d-50b8-1352-6f1b11b82441", "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-d47e82a52ee0cb98e", "ami": "ami-968b7ee0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fbee1c77"], "subnet_id": "subnet-ea9f5c3c", "key_name": "prod-deploy-key" } } ] } ] }