diff --git a/tf/environments/dev/main.tf b/tf/environments/dev/main.tf index 59908b40..dc1f8792 100644 --- a/tf/environments/dev/main.tf +++ b/tf/environments/dev/main.tf @@ -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