Skip to content

Commit

Permalink
App Gateway: use FIMS from itn instead the one on weu (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacavallaro authored Dec 3, 2024
1 parent 990cd28 commit 23b5ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/_modules/application_gateway/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ data "azurerm_linux_web_app" "session_manager_04" {
}

data "azurerm_linux_web_app" "fims_op_app" {
name = "io-p-weu-fims-op-app-01"
resource_group_name = "io-p-weu-fims-rg-01"
name = "io-p-itn-fims-op-app-01"
resource_group_name = "io-p-itn-fims-rg-01"
}

data "azurerm_linux_web_app" "appservice_devportal_be" {
Expand Down

0 comments on commit 23b5ebe

Please sign in to comment.