Skip to content

Commit

Permalink
Increase default max nodes so users don't run into resource issues (#111
Browse files Browse the repository at this point in the history
)
  • Loading branch information
NitinAgg authored Feb 25, 2021
1 parent e32760a commit a79bd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/tf_modules/aws-eks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variable "module_name" {

variable "max_nodes" {
type = number
default = 5
default = 15
}

variable "min_nodes" {
Expand Down

0 comments on commit a79bd8a

Please sign in to comment.