Added required fields to default_node_pool block
This commit is contained in:
parent
15a19838ad
commit
c20885dabc
@ -22,6 +22,8 @@ resource "azurerm_kubernetes_cluster" "aks_cluster" {
|
|||||||
type = "VirtualMachineScaleSets"
|
type = "VirtualMachineScaleSets"
|
||||||
name = "default"
|
name = "default"
|
||||||
node_count = 1
|
node_count = 1
|
||||||
|
max_count = 3
|
||||||
|
min_count = 1
|
||||||
vm_size = "Standard_DS2_v2"
|
vm_size = "Standard_DS2_v2"
|
||||||
enable_auto_scaling = true
|
enable_auto_scaling = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user