Skip to content

Commit

Permalink
changed scheduled expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Oct 18, 2023
1 parent f03e4c1 commit cc929ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/apex/module/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "aws_lambda_function" "snapshotDBFunction" {
resource "aws_cloudwatch_event_rule" "mon_sun" {
name = "laa-createSnapshotRule-LWN8E1LNHFJR"
description = "Fires every five minutes"
schedule_expression = "0 2 ? * MON-SUN *"
schedule_expression = "cron(00 4 ? * MON-SUN *)"
}

resource "aws_cloudwatch_event_target" "check_mon_sun" {
Expand Down

0 comments on commit cc929ff

Please sign in to comment.