We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efd55a commit 0b17eb5Copy full SHA for 0b17eb5
outputs.tf
@@ -5,5 +5,5 @@ output "private_dns_zones" {
5
6
output "resource_group_id" {
7
description = "ID of the Resource Group created by the module"
8
- value = azurerm_resource_group.this[0].id
9
-}
+ value = var.query_zones ? null : azurerm_resource_group.this[0].id
+}
0 commit comments