Skip to content

Commit bbdfefa

Browse files
authored
Update 09-aks-cluster-linux-user-nodepools.tf
1 parent 091744b commit bbdfefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-manifests/09-aks-cluster-linux-user-nodepools.tf

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

33
resource "azurerm_kubernetes_cluster_node_pool" "linux101" {
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)