upgrade default node pool type
This commit is contained in:
parent
559ba2cdf0
commit
3028ca87db
@ -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" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user