diff --git a/terraform/environments/oasys-national-reporting/locals_production.tf b/terraform/environments/oasys-national-reporting/locals_production.tf index 7687bd73ea7..4b5e978976e 100644 --- a/terraform/environments/oasys-national-reporting/locals_production.tf +++ b/terraform/environments/oasys-national-reporting/locals_production.tf @@ -85,5 +85,9 @@ locals { "production.reporting.oasys.service.justice.gov.uk" = { } } + secretsmanager_secrets = { + "/sap/bods/pd" = local.secretsmanager_secrets.bods + "/sap/bip/pd" = local.secretsmanager_secrets.bip + } } }