Skip to content

Commit 7269f6b

Browse files
authored
Update 10-aks-cluster-windows-user-nodepools.tf
1 parent bbdfefa commit 7269f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-manifests/10-aks-cluster-windows-user-nodepools.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create Windows Azure AKS Node Pool
22

33
resource "azurerm_kubernetes_cluster_node_pool" "win101" {
4-
zones = [1, 2, 3]
4+
availability_zones = [1, 2, 3]
55
enable_auto_scaling = true
66
kubernetes_cluster_id = azurerm_kubernetes_cluster.aks_cluster.id
77
max_count = 3

0 commit comments

Comments
 (0)