Skip to content

Commit

Permalink
feat: Add desired capacity to EKS module (#200)
Browse files Browse the repository at this point in the history
* add desired capacity

* Update main.tf
  • Loading branch information
George Scott authored Apr 4, 2024
1 parent ecbcbcf commit 600de97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app_eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ module "eks" {

node_groups = {
primary = {
# IMDsv2
create_launch_template = local.create_launch_template,
desired_capacity = var.desired_capacity,
disk_encrypted = local.encrypt_ebs_volume,
disk_kms_key_id = var.kms_key_arn,
disk_type = "gp3"
Expand Down

0 comments on commit 600de97

Please sign in to comment.