We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 192b628 + 291ac21 commit 904b4cfCopy full SHA for 904b4cf
examples/sample-input-minimal.tfvars
@@ -33,9 +33,9 @@ container_registry_admin_enabled = false
33
34
# AKS config
35
kubernetes_version = "1.23.8"
36
-default_nodepool_min_nodes = 1
+default_nodepool_min_nodes = 2
37
+default_nodepool_vm_type = "Standard_D4_v3"
38
#v3 still has local temp storage
-default_nodepool_vm_type = "Standard_D2_v3"
39
40
# AKS Node Pools config - minimal
41
cluster_node_pool_mode = "minimal"
0 commit comments