We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f6d72 commit 3da2163Copy full SHA for 3da2163
1 file changed
modules/aks/azure/main.tf
@@ -21,7 +21,7 @@ locals {
21
}
22
23
namespaces = merge(
24
- { for i in local.azureidentities : i.namespace => null },
+ { for i in distinct(var.azureidentities[*].namespace) : i => null },
25
var.app_node_selectors
26
)
27
0 commit comments