Skip to content

Commit

Permalink
Added required fields to default_node_pool block
Browse files Browse the repository at this point in the history
  • Loading branch information
TomArcherMsft committed Jul 11, 2024
1 parent 15a1983 commit c20885d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickstart/101-aks-standard-lb-and-vmss/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ resource "azurerm_kubernetes_cluster" "aks_cluster" {
type = "VirtualMachineScaleSets"
name = "default"
node_count = 1
max_count = 3
min_count = 1
vm_size = "Standard_DS2_v2"
enable_auto_scaling = true
}
Expand Down

0 comments on commit c20885d

Please sign in to comment.