mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-12 07:01:03 -04:00
Merge pull request #14540 from BWITS/aws_appautoscaling_policy
fix the metric bound in sample
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user