From f9e432131d884a2bcbaa0d1aa8164adc8f827bcc Mon Sep 17 00:00:00 2001 From: Buckingham Date: Wed, 6 Mar 2024 15:59:29 +0000 Subject: [PATCH] Update_060324_9 --- terraform/environments/ppud/lambda.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/ppud/lambda.tf b/terraform/environments/ppud/lambda.tf index 28a6ac4aad1..f9af53e36fa 100644 --- a/terraform/environments/ppud/lambda.tf +++ b/terraform/environments/ppud/lambda.tf @@ -144,7 +144,7 @@ resource "aws_cloudwatch_event_rule" "enable_cpu_alarm" { count = local.is-production == true ? 1 : 0 name = "enable_cpu_alarm" description = "Runs Weekly every Sunday at 08:00pm GMT" - schedule_expression = "cron(0 17 ? * WED *)" # Time Zone is in UTC + schedule_expression = "cron(0 19 ? * WED *)" # Time Zone is in UTC } resource "aws_cloudwatch_event_target" "trigger_lambda_enable_cpu_alarm" {