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" {