Skip to content

Commit

Permalink
terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
FarihaChoudhury committed Jul 26, 2024
1 parent 4103190 commit ade4a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ resource "aws_iam_role_policy" "c11-railway-tracker-realtime-scheduler_execution
# AWS Scheduler Schedule
resource "aws_scheduler_schedule" "c11-railway-tracker-realtime-schedule-new-tf" {
name = "c11-railway-tracker-realtime-schedule-new-tf"
schedule_expression = "cron(* 0 * * ? *)"
schedule_expression = "cron(0 0 * * ? *)"
schedule_expression_timezone = "Europe/London"

flexible_time_window {
Expand Down

0 comments on commit ade4a0b

Please sign in to comment.