Skip to content

Commit

Permalink
Update terraform monitoring to fix a deprecation (#24698)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfairburn authored Dec 16, 2024
1 parent d94f10f commit 2096342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/addons/monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ resource "aws_cloudwatch_event_rule" "cron_monitoring_lambda" {
count = var.cron_monitoring == null ? 0 : 1
name = "${var.customer_prefix}-cron-monitoring"
schedule_expression = "rate(${var.cron_monitoring.run_interval})"
is_enabled = true
state = "ENABLED"
}

resource "aws_cloudwatch_event_target" "cron_monitoring_lambda" {
Expand Down

0 comments on commit 2096342

Please sign in to comment.