Skip to content

Commit 291ac21

Browse files
committed
(IAC-438) Fix value for vm_type used during testing
Why: The Jira ticket reflects the actual vm_type used during testing. This change addresses the need by: Correct the vm_type to the reflect the desired value
1 parent c93e615 commit 291ac21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sample-input-minimal.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ container_registry_admin_enabled = false
3434
# AKS config
3535
kubernetes_version = "1.23.8"
3636
default_nodepool_min_nodes = 2
37-
default_nodepool_vm_type = "Standard_D8s_v4"
37+
default_nodepool_vm_type = "Standard_D4_v3"
3838
#v3 still has local temp storage
3939

4040
# AKS Node Pools config - minimal

0 commit comments

Comments
 (0)