Skip to content

Commit

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

temporarily changed min_capacity of system nodepool to 1
  • Loading branch information
tlhumphrey2 authored Dec 14, 2023
2 parents 9c2d0f2 + 3905dc0 commit d1f001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ variable "system_nodes" {
#node_size = optional(string, "xlarge")
node_size = optional(string, "large")
node_type_version = optional(string, "v1")
min_capacity = optional(number, 3)
min_capacity = optional(number, 1)
})
nullable = false
default = {}
Expand Down

0 comments on commit d1f001c

Please sign in to comment.