Skip to content

Commit

Permalink
Tweak auto-scaling groups
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 17, 2024
1 parent e02c1cd commit e6bee74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ module "ooniapi_cluster" {
vpc_id = module.network.vpc_id
subnet_ids = module.network.vpc_subnet_private[*].id

asg_min = 3
asg_min = 2
asg_max = 6
asg_desired = 3

Expand Down

0 comments on commit e6bee74

Please sign in to comment.