Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal authored Jun 26, 2023
1 parent 5b14275 commit 5814832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ module "eks" {
instance_types = ["t3.medium"]
use_name_prefix = false
capacity_type = "SPOT"
min_size = 1
max_size = 2
desired_size = 1
min_size = 0
max_size = 0
desired_size = 0
}
}
tags = local.tags
Expand Down

0 comments on commit 5814832

Please sign in to comment.