Merge pull request #14540 from BWITS/aws_appautoscaling_policy

fix the metric bound in sample
This commit is contained in:
Jake Champlin
2017-05-16 09:16:33 -04:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ resource "aws_appautoscaling_policy" "ecs_policy" {
service_namespace = "ecs"
step_adjustment {
metric_interval_lower_bound = 0
metric_interval_upper_bound = 0
scaling_adjustment = -1
}