Skip to content

Commit

Permalink
fix autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
ToROxI committed Apr 9, 2019
1 parent 570877a commit bb26c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoscaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "aws_appautoscaling_policy" "scale_policy_high" {
metric_aggregation_type = "Average"

step_adjustment {
metric_interval_upper_bound = 0
metric_interval_lower_bound = 0
scaling_adjustment = 1
}
}
Expand Down

0 comments on commit bb26c02

Please sign in to comment.