Skip to content

Commit

Permalink
standard_d2ds_v5 not available in free trial azure
Browse files Browse the repository at this point in the history
  • Loading branch information
ishuar committed Dec 17, 2023
1 parent 1832567 commit 2f4d72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "complete" {
node_pool_type = "VirtualMachineScaleSets"
default_node_pool_name = "system"
default_node_pool_enable_auto_scaling = true
default_node_pool_vm_size = "standard_d2ds_v5"
default_node_pool_vm_size = "standard_ds2_v2"
default_node_pool_min_count = 1
default_node_pool_max_count = 2
default_node_pool_max_pods = 110
Expand Down

0 comments on commit 2f4d72b

Please sign in to comment.