diff --git a/src/domains/shared-app/04_apim_statuspage.tf b/src/domains/shared-app/04_apim_statuspage.tf index b6df76cf63..f3d7090d25 100644 --- a/src/domains/shared-app/04_apim_statuspage.tf +++ b/src/domains/shared-app/04_apim_statuspage.tf @@ -124,7 +124,7 @@ module "apim_api_statuspage_api_v1" { "apiconfigcacheo" = format("%s/api-config-cache/o", format(local.aks_path, "apiconfig")) "apiconfigcachep" = format("%s/api-config-cache/p", format(local.aks_path, "apiconfig")) "apiconfigselfcare" = format("%s/pagopa-api-config-selfcare-integration", format(local.aks_path, "apiconfig")) - "authorizer" = format("%s/", data.azurerm_function_app.authorizer.default_hostname) + "authorizer" = format("%s//authorizer-functions", format(local.aks_path, "shared")) "authorizerconfig" = format("%s//authorizer-config", format(local.aks_path, "shared")) "bizevents" = format("%s/pagopa-biz-events-service", format(local.aks_path, "bizevents")) "bizeventsdatastoreneg" = format("%s/pagopa-negative-biz-events-datastore-service", format(local.aks_path, "bizevents"))