Skip to content

Commit

Permalink
[SELC-5887] updated secret name for selfcare fd eventhub key
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminiaScarciofolo committed Oct 30, 2024
1 parent d034bc1 commit 4a05115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/container_apps/user-cdc/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ secrets_names = {
"STORAGE_CONNECTION_STRING" = "blob-storage-product-connection-string"
"EVENTHUB-SC-USERS-SELFCARE-WO-KEY-LC" = "eventhub-sc-users-selfcare-wo-key-lc"
"USER-REGISTRY-API-KEY" = "user-registry-api-key"
"EVENTHUB-SELFCARE-FD-FD-KEY-LC" = "eventhub-selfcare-fd-fd-key-lc"
"EVENTHUB_SELFCARE_FD_EXTERNAL_KEY_LC" = "eventhub-selfcare-fd-external-interceptor-wo-key-lc"
}

2 changes: 1 addition & 1 deletion infra/container_apps/user-cdc/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ secrets_names = {
"STORAGE_CONNECTION_STRING" = "blob-storage-product-connection-string"
"EVENTHUB-SC-USERS-SELFCARE-WO-KEY-LC" = "eventhub-sc-users-selfcare-wo-key-lc"
"USER-REGISTRY-API-KEY" = "user-registry-api-key"
"EVENTHUB-SELFCARE-FD-FD-KEY-LC" = "eventhub-selfcare-fd-fd-key-lc"
"EVENTHUB_SELFCARE_FD_EXTERNAL_KEY_LC" = "eventhub-selfcare-fd-external-interceptor-wo-key-lc"
}

2 changes: 1 addition & 1 deletion infra/container_apps/user-cdc/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ secrets_names = {
"STORAGE_CONNECTION_STRING" = "blob-storage-product-connection-string"
"EVENTHUB-SC-USERS-SELFCARE-WO-KEY-LC" = "eventhub-sc-users-selfcare-wo-key-lc"
"USER-REGISTRY-API-KEY" = "user-registry-api-key"
"EVENTHUB-SELFCARE-FD-FD-KEY-LC" = "eventhub-selfcare-fd-fd-key-lc"
"EVENTHUB_SELFCARE_FD_EXTERNAL_KEY_LC" = "eventhub-selfcare-fd-external-interceptor-wo-key-lc"
}

0 comments on commit 4a05115

Please sign in to comment.