Skip to content

Commit

Permalink
change apim reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacavallaro committed Sep 6, 2023
1 parent c19348a commit c7bfe1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domains/sign/io_sign_backoffice_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ locals {
COSMOS_DB_CONNECTION_STRING = module.cosmosdb_account.connection_strings[0],
COSMOS_DB_NAME = module.cosmosdb_sql_database_backoffice.name
COSMOS_CONTAINER_NAME = module.cosmosdb_sql_container_backoffice-api-keys.name
APIM_RESOURCE_GROUP_NAME = data.azurerm_api_management.apim_api.resource_group_name,
APIM_SERVICE_NAME = data.azurerm_api_management.apim_api.name,
APIM_RESOURCE_GROUP_NAME = data.azurerm_api_management.apim_v2_api.resource_group_name,
APIM_SERVICE_NAME = data.azurerm_api_management.apim_v2_api.name,
APIM_PRODUCT_NAME = module.apim_io_sign_product.product_id
APPINSIGHTS_INSTRUMENTATIONKEY = sensitive(data.azurerm_application_insights.application_insights.instrumentation_key)
},
Expand Down

0 comments on commit c7bfe1d

Please sign in to comment.