Skip to content

Commit 586fb3b

Browse files
committed
Linux102-New-NodePool-Addition
1 parent 0145230 commit 586fb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-manifests/11-aks-cluster-linux102-user-nodepools.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Create Linux Azure AKS Node Pool
2-
resource "azurerm_kubernetes_cluster_node_pool" "linux101" {
2+
resource "azurerm_kubernetes_cluster_node_pool" "linux102" {
33
availability_zones = [1, 2, 3]
44
enable_auto_scaling = true
55
kubernetes_cluster_id = azurerm_kubernetes_cluster.aks_cluster.id

0 commit comments

Comments
 (0)