Skip to content

Commit 53acf48

Browse files
authored
Update 07-aks-cluster.tf
1 parent d5e0749 commit 53acf48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform-manifests/07-aks-cluster.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "azurerm_kubernetes_cluster" "aks_cluster" {
1111
name = "systempool"
1212
vm_size = "Standard_DS2_v2"
1313
orchestrator_version = data.azurerm_kubernetes_service_versions.current.latest_version
14-
zones = [1, 2, 3]
14+
availability_zone = [1, 2, 3]
1515
enable_auto_scaling = true
1616
max_count = 3
1717
min_count = 1
@@ -87,4 +87,4 @@ tags = {
8787
}
8888

8989

90-
}
90+
}

0 commit comments

Comments
 (0)