Skip to content

Commit

Permalink
fix: bumped up node count
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Mar 25, 2023
1 parent 1238601 commit c0d9cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variable "vpc_instance_tenancy" {
}

variable "additional_tags" {
type = map(string)
type = map(string)
description = "Additional tags for the resources. These tags will be applied to all the resources."
default = {}
}
Expand Down Expand Up @@ -98,8 +98,8 @@ variable "eks_node_group_scaling_config" {
type = map(number)
description = "EKS node group auto scaling configuration."
default = {
desired_size = 3
max_size = 3
desired_size = 4
max_size = 4
min_size = 1
}
}
Expand Down

0 comments on commit c0d9cad

Please sign in to comment.