Skip to content

Commit

Permalink
Merge pull request #6987 from ministryofjustice/Update_080724
Browse files Browse the repository at this point in the history
Update_080724
  • Loading branch information
nbuckingham72 authored Jul 8, 2024
2 parents 61f33b0 + f6a799e commit 8043598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/ppud/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ resource "aws_lambda_permission" "allow_cloudwatch_to_disable_cpu_alarm" {
resource "aws_cloudwatch_event_rule" "enable_cpu_alarm" {
count = local.is-production == true ? 1 : 0
name = "enable_cpu_alarm"
description = "Runs Weekly every Monday at 00:00 am"
schedule_expression = "cron(0 23 ? * SUN *)" # Time Zone is in UTC
description = "Runs Weekly every Monday at 05:00 am"
schedule_expression = "cron(0 5 ? * MON *)" # Time Zone is in UTC
# schedule_expression = "cron(0 0 ? * MON *)" # Time Zone is in UTC
}

Expand Down

0 comments on commit 8043598

Please sign in to comment.