Skip to content

Commit

Permalink
Merge pull request #9 from hpccsystems-solutions-lab/comment-out-admi…
Browse files Browse the repository at this point in the history
…n_group_object_ids

branch:comment-out-admin_group_object_ids. Changed system node node_s…
  • Loading branch information
tlhumphrey2 authored Dec 16, 2023
2 parents d1f001c + 0f89bf3 commit ce02857
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,9 @@ 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, "large")
node_size = optional(string, "xlarge")
node_type_version = optional(string, "v1")
min_capacity = optional(number, 1)
min_capacity = optional(number, 3)
})
nullable = false
default = {}
Expand Down

0 comments on commit ce02857

Please sign in to comment.