Skip to content

Commit

Permalink
[PAGOPA-1678] chore(shared): Update status-page
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed May 22, 2024
1 parent 4fab5cd commit 7fe61ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/shared-app/04_apim_statuspage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 7fe61ff

Please sign in to comment.