Skip to content

Commit

Permalink
Update task config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwoffenden authored Dec 19, 2024
1 parent 122f7b8 commit fdd8c9e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ resource "aws_datasync_task" "opg_investigations" {
uid = "NONE"
posix_permissions = "NONE"
log_level = "TRANSFER"
verify_mode = "ONLY_FILES_TRANSFERRED"
}

task_report_config {
report_overrides {}
report_level = "SUCCESSES_AND_ERRORS"
report_level = "ERRORS_ONLY"
output_type = "STANDARD"
s3_object_versioning = "INCLUDE"

Expand All @@ -24,7 +25,7 @@ resource "aws_datasync_task" "opg_investigations" {
}

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

tags = local.tags
Expand Down

0 comments on commit fdd8c9e

Please sign in to comment.