From 23b5ebe697ff117a5c0f407cbb6e879be73b35bf Mon Sep 17 00:00:00 2001 From: Luca Cavallaro Date: Tue, 3 Dec 2024 16:15:02 +0100 Subject: [PATCH] App Gateway: use FIMS from itn instead the one on weu (#1346) --- src/common/_modules/application_gateway/data.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/_modules/application_gateway/data.tf b/src/common/_modules/application_gateway/data.tf index d54ed2ad7..e442b4c34 100644 --- a/src/common/_modules/application_gateway/data.tf +++ b/src/common/_modules/application_gateway/data.tf @@ -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" {