From 28e084be98a7ecdfbbd0d3d8304ace71ef59cb3b Mon Sep 17 00:00:00 2001 From: tajewole-moj Date: Mon, 23 Oct 2023 14:21:10 +0100 Subject: [PATCH] change cron time --- terraform/environments/apex/modules/lambda/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/apex/modules/lambda/main.tf b/terraform/environments/apex/modules/lambda/main.tf index e39f984c071..a56f0532619 100644 --- a/terraform/environments/apex/modules/lambda/main.tf +++ b/terraform/environments/apex/modules/lambda/main.tf @@ -46,7 +46,7 @@ resource "aws_lambda_function" "snapshotDBFunction" { resource "aws_cloudwatch_event_rule" "mon_sun" { name = "laa-createSnapshotRule-LWN8E1LNHFJR" description = "Fires every five minutes" - schedule_expression = "cron(30 11 ? * MON-SUN *)" + schedule_expression = "cron(27 14 ? * MON-SUN *)" }