Skip to content

Commit

Permalink
DPR2-46: Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
koladeadewuyi-moj committed Jan 25, 2024
1 parent 029a0a3 commit 191a212
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions terraform/environments/digital-prison-reporting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ module "glue_s3_data_deletion_job" {
"--dpr.config.s3.bucket" = module.s3_glue_job_bucket.bucket_id,
# "--dpr.config.key" = "(Required) config key. Will be specified at point of call in the reload step-functions"
# "--dpr.file.deletion.buckets" = "(Required) comma separated set of s3 buckets from which to delete data from"
"--dpr.allowed.s3.file.extensions" = "*"
"--dpr.log.level" = local.refresh_job_log_level
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ module "reload_pipeline" {
"JobName" : var.glue_s3_data_deletion_job,
"Arguments" : {
"--dpr.file.deletion.buckets" : "${var.s3_raw_bucket_id},${var.s3_raw_archive_bucket_id},${var.s3_structured_bucket_id},${var.s3_curated_bucket_id}",
"--dpr.allowed.s3.file.extensions" : "*",
"--dpr.config.key" : var.domain
}
},
Expand Down Expand Up @@ -168,7 +167,6 @@ module "reload_pipeline" {
"JobName" : var.glue_s3_data_deletion_job,
"Arguments" : {
"--dpr.file.deletion.buckets" : var.s3_temp_reload_bucket_id,
"--dpr.allowed.s3.file.extensions" : "*",
"--dpr.config.key" : var.domain
}
},
Expand Down

0 comments on commit 191a212

Please sign in to comment.