From e579cff7977b67c7cb283190c64aabaa2194b26c Mon Sep 17 00:00:00 2001 From: empassaro Date: Fri, 9 Aug 2024 12:08:18 +0200 Subject: [PATCH] fix: replaced dash char in env name with underscore --- .../onboarding-functions/env/uat-pnpg/terraform.tfvars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/functions/onboarding-functions/env/uat-pnpg/terraform.tfvars b/infra/functions/onboarding-functions/env/uat-pnpg/terraform.tfvars index cb0436ae..9d7a9ef3 100644 --- a/infra/functions/onboarding-functions/env/uat-pnpg/terraform.tfvars +++ b/infra/functions/onboarding-functions/env/uat-pnpg/terraform.tfvars @@ -68,13 +68,13 @@ app_settings = { "BACKOFF_COEFFICIENT" = "1" "EVENT_HUB_BASE_PATH" = "https://selc-u-eventhub-ns.servicebus.windows.net", "STANDARD_SHARED_ACCESS_KEY_NAME" = "selfcare-wo" - "EVENTHUB-SC-CONTRACTS-SELFCARE-WO-KEY-LC" = "string" + "EVENTHUB_SC_CONTRACTS_SELFCARE_WO_KEY_LC" = "string" "STANDARD_TOPIC_NAME" = "SC-Contracts" "SAP_SHARED_ACCESS_KEY_NAME" = "external-interceptor-wo" - "EVENTHUB-SC-CONTRACTS-SAP-SELFCARE-WO-KEY-LC" = "string" + "EVENTHUB_SC_CONTRACTS_SAP_SELFCARE_WO_KEY_LC" = "string" "SAP_TOPIC_NAME" = "SC-Contracts-SAP" "FD_SHARED_ACCESS_KEY_NAME" = "external-interceptor-wo" - "EVENTHUB-SC-CONTRACTS-FD-SELFCARE-WO-KEY-LC" = "string" + "EVENTHUB_SC_CONTRACTS_FD_SELFCARE_WO_KEY_LC" = "string" "FD_TOPIC_NAME" = "Selfcare-FD" "SAP_ALLOWED_INSTITUTION_TYPE" = "PA,GSP,SA,AS,SCP" "SAP_ALLOWED_ORIGINS" = "IPA,SELC"