Skip to content

Commit

Permalink
chore: Updated .releaserc config and tf file (to trigger release) (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko authored Nov 8, 2021
1 parent d39c225 commit d559c51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@ resource "aws_appautoscaling_policy" "this" {
target_value = var.predefined_metric_type == "RDSReaderAverageCPUUtilization" ? var.autoscaling_target_cpu : var.autoscaling_target_connections
}

depends_on = [aws_appautoscaling_target.this]
depends_on = [
aws_appautoscaling_target.this
]
}

################################################################################
Expand Down

0 comments on commit d559c51

Please sign in to comment.