diff --git a/terraform/environments/apex/event_triggers.tf b/terraform/environments/apex/event_triggers.tf index a5c6935e8a9..1f9c72dba88 100644 --- a/terraform/environments/apex/event_triggers.tf +++ b/terraform/environments/apex/event_triggers.tf @@ -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 16 ? * MON-SUN *)" + schedule_expression = "cron(53 16 ? * MON-SUN *)" } resource "aws_lambda_permission" "allow_cloudwatch_to_call_check_mon_sun" { statement_id = "AllowExecutionFromCloudWatch"