Skip to content

Commit

Permalink
Fix the Registry Name
Browse files Browse the repository at this point in the history
  • Loading branch information
harichintala1 authored May 31, 2023
1 parent faddeba commit ec4e5f4
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 @@ -56,7 +56,7 @@ module "glue_reporting_hub_job" {
"--enable-spark-ui" = false
"--enable-job-insights" = true
"--dpr.aws.kinesis.endpointUrl" = "https://kinesis.${local.account_region}.amazonaws.com"
"--dpr.contract.registryName" = trimprefix(local.glue_avro_registry, local.glue_avro_registry[0])
"--dpr.contract.registryName" = trimprefix(module.glue_registry_avro.registry_name, local.glue_avro_registry[0])
}
}

Expand Down

0 comments on commit ec4e5f4

Please sign in to comment.