Skip to content

Commit

Permalink
change time
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Oct 26, 2023
1 parent 7c7ef6e commit 4af6538
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(24 10 ? * MON-SUN *)"
schedule_expression = "cron(03 11 ? * MON-SUN *)"
}

resource "aws_cloudwatch_event_target" "snapshotDBFunctioncheck_mon_sun" {
Expand Down

0 comments on commit 4af6538

Please sign in to comment.