Skip to content

Commit

Permalink
Update_060324_9
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckingham authored and Buckingham committed Mar 6, 2024
1 parent 9acaeae commit f9e4321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/ppud/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit f9e4321

Please sign in to comment.