Skip to content

Commit

Permalink
feat: Remove desired_capacity in favor of setting min_capacity (#198)
Browse files Browse the repository at this point in the history
* update

* second pass

* test

* test

* test

* remove desired cap, add min  cap
  • Loading branch information
George Scott authored Apr 3, 2024
1 parent 922fdea commit 264b448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/app_eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ module "eks" {
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 264b448

Please sign in to comment.