Skip to content

Commit

Permalink
Comment out schedule block in datasync-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwoffenden authored Jan 7, 2025
1 parent 61b8c62 commit 6aa42de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ resource "aws_datasync_task" "opg_investigations" {
}
}

schedule {
schedule_expression = "cron(0 23 ? * THU *)"
}
# schedule {
# schedule_expression = "cron(0 23 ? * THU *)"
# }

tags = local.tags
}

0 comments on commit 6aa42de

Please sign in to comment.