diff --git a/variables.tf b/variables.tf index 97486fb..d550091 100755 --- a/variables.tf +++ b/variables.tf @@ -167,7 +167,8 @@ variable "system_nodes" { description = "System node group to configure." type = object({ node_arch = optional(string, "amd64") - node_size = optional(string, "xlarge") + #node_size = optional(string, "xlarge") + node_size = optional(string, "large") node_type_version = optional(string, "v1") min_capacity = optional(number, 3) })