Skip to content

Commit 52674c8

Browse files
committed
fix for scale down alarm
1 parent e93a73e commit 52674c8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tf/service/auto_scaling/main.tf

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@ resource "aws_appautoscaling_policy" "scale_down" {
3838

3939
step_adjustment {
4040
scaling_adjustment = -1
41-
metric_interval_lower_bound = 0
42-
metric_interval_upper_bound = 20
43-
}
44-
45-
step_adjustment {
46-
scaling_adjustment = -2
47-
metric_interval_lower_bound = 20
41+
metric_interval_upper_bound = 0
4842
}
4943

5044
cooldown = var.auto_scale_cool_down_period

0 commit comments

Comments
 (0)