upgrade default node pool type

This commit is contained in:
hezijie 2023-02-22 09:42:01 +08:00
parent 559ba2cdf0
commit 3028ca87db

View File

@ -30,7 +30,7 @@ variable "node_count" {
variable "node_type" { variable "node_type" {
type = string type = string
description = "The size of each node." description = "The size of each node."
default = "Standard_D1_v2" default = "Standard_D2s_v3"
} }
variable "dns_prefix" { variable "dns_prefix" {