Skip to content

Commit

Permalink
DPR2-1124: Update comment. (#7877)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ogle-moj authored Sep 19, 2024
1 parent 905d719 commit b2c5297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/digital-prison-reporting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ module "glue_s3_data_reconciliation_job" {
name = "${local.project}-data-reconciliation-job-${local.env}"
short_name = "${local.project}-data-reconciliation-job"
command_type = "glueetl"
description = "Reconciles data across DataHub.\nArguments:\n--dpr.config.key: (Required) config key e.g. prisoner\n--dpr.dms.replication.task.id: (Required) ID of the DMS replication task to reconcile against the raw zone"
description = "Reconciles data across DataHub.\nArguments:\n--dpr.config.key: (Required) config key e.g. prisoner\n--dpr.dms.replication.task.id: (Required) ID of the DMS replication task to reconcile against the raw zone\n--dpr.reconciliation.checks.to.run: (Optional) Allows restricting the set of checks that will be run"
create_security_configuration = local.create_sec_conf
job_language = "scala"
temp_dir = "s3://${module.s3_glue_job_bucket.bucket_id}/tmp/${local.project}-data-reconciliation-${local.env}/"
Expand Down

0 comments on commit b2c5297

Please sign in to comment.