Skip to content

Commit

Permalink
refactor listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
giamma1295 committed Nov 21, 2024
1 parent c4848e0 commit 4dea3c4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/common/_modules/application_gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,7 @@ module "app_gw" {

certificate = {
name = var.certificates.vehicles_ipatente_io_pagopa_it
id = replace(
data.azurerm_key_vault_certificate.app_gw_vehicles_ipatente_io.secret_id,
"/${data.azurerm_key_vault_certificate.app_gw_vehicles_ipatente_io.version}",
""
)
id = data.azurerm_key_vault_certificate.app_gw_vehicles_ipatente_io.versionless_secret_id
}
}

Expand All @@ -438,7 +434,7 @@ module "app_gw" {

certificate = {
name = var.certificates.licences_ipatente_io_pagopa_it
id = data.azurerm_key_vault_certificate.app_gw_licences_ipatente_io.versionless_secret_id
id = data.azurerm_key_vault_certificate.app_gw_licences_ipatente_io.versionless_secret_id
}
}
}
Expand Down

0 comments on commit 4dea3c4

Please sign in to comment.