Skip to content

Commit d559c51

Browse files
authored
chore: Updated .releaserc config and tf file (to trigger release) (#253)
1 parent d39c225 commit d559c51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ resource "aws_appautoscaling_policy" "this" {
271271
target_value = var.predefined_metric_type == "RDSReaderAverageCPUUtilization" ? var.autoscaling_target_cpu : var.autoscaling_target_connections
272272
}
273273

274-
depends_on = [aws_appautoscaling_target.this]
274+
depends_on = [
275+
aws_appautoscaling_target.this
276+
]
275277
}
276278

277279
################################################################################

0 commit comments

Comments
 (0)