We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b3fff commit d0aa756Copy full SHA for d0aa756
1 file changed
modules/eks/main.tf
@@ -34,8 +34,8 @@ resource "aws_eks_node_group" "node-grp" {
34
}
35
36
scaling_config {
37
- desired_size = 2
38
- max_size = 2
+ desired_size = 3
+ max_size = 3
39
min_size = 1
40
41
0 commit comments