Skip to content

Commit 127dc75

Browse files
committed
fix v4
1 parent d8fd2d4 commit 127dc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v4/main_override.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ resource "azurerm_kubernetes_cluster" "main" {
284284
for_each = var.web_app_routing == null ? [] : ["web_app_routing"]
285285

286286
content {
287-
dns_zone_ids = [var.web_app_routing.dns_zone_id]
287+
dns_zone_ids = var.web_app_routing.dns_zone_ids
288288
}
289289
}
290290

0 commit comments

Comments
 (0)