Skip to content

Commit

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

Temporarily changed system node size to 'llarge' (was 'xlarge')
  • Loading branch information
tlhumphrey2 authored Dec 14, 2023
2 parents dd79fb9 + 5aaacaf commit 9c2d0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
Expand Down

0 comments on commit 9c2d0f2

Please sign in to comment.