Skip to content

Commit

Permalink
desired size 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 28, 2024
1 parent 5238ab5 commit 90bcf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module "eks" {
eks_managed_node_groups = {
one = {
name = var.eks_nodeGroup
desired_size = 0
desired_size = 1
min_size = 0
max_size = 2

Expand Down

0 comments on commit 90bcf2a

Please sign in to comment.