Skip to content

Commit

Permalink
LAWS-3514: changed event rule time
Browse files Browse the repository at this point in the history
  • Loading branch information
tmahmood72 committed Oct 25, 2023
1 parent c3a44f0 commit 8e9a10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/apex/event_triggers.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_cloudwatch_event_rule" "snapshotDBFunctionmon_sun" {
name = "laa-createSnapshotRule-LWN8E1LNHFJR-APEX"
description = "Fires every five minutes"
schedule_expression = "cron(21 14 ? * MON-SUN *)"
schedule_expression = "cron(51 14 ? * MON-SUN *)"
}

resource "aws_cloudwatch_event_target" "snapshotDBFunctioncheck_mon_sun" {
Expand Down

0 comments on commit 8e9a10b

Please sign in to comment.