azure: increase size of default node type (#76)

This commit is contained in:
David Dollar 2020-01-13 15:34:54 -05:00 committed by GitHub
parent 5b5b02ef86
commit c731759164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ variable "name" {
variable "node_type" {
description = "machine type of the cluster nodes"
default = "Standard_D1_v2"
default = "Standard_D2_v3"
}
variable "release" {