We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42b94e commit daea3acCopy full SHA for daea3ac
infrastructure/schedules.tf
@@ -61,6 +61,7 @@ resource "aws_scheduler_schedule" "ods_weekly_update_ecs" {
61
count = local.is_sandbox ? 0 : 1
62
name_prefix = "${terraform.workspace}_ods_weekly_update_ecs"
63
description = "A weekly trigger for the ods update run"
64
+ state = "DISABLED"
65
66
flexible_time_window {
67
mode = "OFF"
0 commit comments