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
commit 30c3e72dd4
1 changed files with 1 additions and 1 deletions

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
}