We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39c225 commit d559c51Copy full SHA for d559c51
main.tf
@@ -271,7 +271,9 @@ resource "aws_appautoscaling_policy" "this" {
271
target_value = var.predefined_metric_type == "RDSReaderAverageCPUUtilization" ? var.autoscaling_target_cpu : var.autoscaling_target_connections
272
}
273
274
- depends_on = [aws_appautoscaling_target.this]
+ depends_on = [
275
+ aws_appautoscaling_target.this
276
+ ]
277
278
279
################################################################################
0 commit comments