We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7be140 commit 4f9c60aCopy full SHA for 4f9c60a
infra/opentofu/ecs/main.tf
@@ -43,7 +43,7 @@ module "ecs" {
43
44
managed_scaling = {
45
desired_size = 1
46
- maximum_scaling_step_size = 2
+ maximum_scaling_step_size = 1
47
minimum_scaling_step_size = 1
48
status = "ENABLED"
49
target_capacity = 60
@@ -326,7 +326,7 @@ module "autoscaling" {
326
capacity_rebalance = true
327
health_check_type = "EC2"
328
min_size = 1
329
- max_size = 5
+ max_size = 2
330
desired_capacity = 1
331
332
# https://github.com/hashicorp/terraform-provider-aws/issues/12582
0 commit comments