Skip to content

Commit

Permalink
time change for event triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Nov 2, 2023
1 parent 2d6f748 commit aaea8e5
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-${local.application_name}-${local.environment}-mp"
description = "Daily snapshots of Oracle volumes"
schedule_expression = "cron(32 11 ? * MON-SUN *)"
schedule_expression = "cron(36 14 ? * MON-SUN *)"
}
resource "aws_lambda_permission" "allow_cloudwatch_to_call_check_mon_sun" {
statement_id = "AllowExecutionFromCloudWatch"
Expand Down

0 comments on commit aaea8e5

Please sign in to comment.