Skip to content

Commit

Permalink
amend vars and change cron time
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Oct 24, 2023
1 parent c5e1a28 commit 96eeb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/apex/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ locals {
#Runtime
runtime = var.runtime

# key = var.key
key = var.key

application_test_url = "https://apex.laa-development.modernisation-platform.service.justice.gov.uk/apex/"
}
2 changes: 1 addition & 1 deletion terraform/environments/apex/modules/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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(15 17 ? * MON-SUN *)"
schedule_expression = "cron(38 09 ? * MON-SUN *)"


}
Expand Down

0 comments on commit 96eeb32

Please sign in to comment.