Skip to content

Commit

Permalink
replace env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacavallaro committed Sep 6, 2023
1 parent 1d3ba6c commit 838a05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/sign/io_sign_backoffice_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
AZURE_SUBSCRIPTION_ID = data.azurerm_subscription.current.subscription_id
COSMOS_DB_CONNECTION_STRING = module.cosmosdb_account.connection_strings[0],
COSMOS_DB_NAME = module.cosmosdb_sql_database_backoffice.name
COSMOS_DB_CONTAINER_NAME = module.cosmosdb_sql_container_backoffice-api-keys.name
COSMOS_CONTAINER_NAME = module.cosmosdb_sql_container_backoffice-api-keys.name
APIM_RESOURCE_GROUP_NAME = "io-p-rg-internal",
APIM_SERVICE_NAME = "io-p-apim-api"
APIM_PRODUCT_NAME = module.apim_io_sign_product.product_id
Expand Down

0 comments on commit 838a05b

Please sign in to comment.