Skip to content

Commit

Permalink
[CES-128] - Route traffic also to appbackendl3 (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese authored Oct 4, 2024
1 parent 0c25a82 commit ae43d29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/prod/westeurope.tf
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ module "application_gateway_weu" {

backend_hostnames = {
firmaconio_selfcare_web_app = [data.azurerm_linux_web_app.firmaconio_selfcare_web_app.default_hostname]
# app_backends = [for appbe in module.app_backend_weu : appbe.default_hostname]
app_backends = [module.app_backend_weu["1"].default_hostname, module.app_backend_weu["2"].default_hostname]
app_backends = [for appbe in module.app_backend_weu : appbe.default_hostname]
}
certificates = {
api = "api-io-pagopa-it"
Expand Down

0 comments on commit ae43d29

Please sign in to comment.