Skip to content

Commit

Permalink
[#IOPID-1978] Remove references to weu fast-login resources
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnedMarshal committed Oct 8, 2024
1 parent b472ed4 commit 58cac5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/common/prod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
| [azurerm_linux_web_app.firmaconio_selfcare_web_app](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/linux_web_app) | data source |
| [azurerm_subnet.admin_snet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet) | data source |
| [azurerm_subnet.cosmos_api_allowed](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet) | data source |
| [azurerm_subnet.functions_fast_login_snet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet) | data source |
| [azurerm_subnet.itn_auth_fast_login_func_snet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet) | data source |
| [azurerm_subnet.itn_msgs_sending_func_snet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet) | data source |
| [azurerm_subnet.services_snet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet) | data source |
Expand Down
6 changes: 0 additions & 6 deletions src/common/prod/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ data "azurerm_subnet" "itn_auth_fast_login_func_snet" {
virtual_network_name = local.core.networking.itn.vnet_common.name
}

data "azurerm_subnet" "functions_fast_login_snet" {
name = "${local.project_weu}-fast-login-snet"
resource_group_name = local.core.networking.weu.vnet_common.resource_group_name
virtual_network_name = local.core.networking.weu.vnet_common.name
}

data "azurerm_subnet" "itn_msgs_sending_func_snet" {
name = "${local.project_itn}-msgs-sending-func-snet-01"
resource_group_name = local.core.networking.itn.vnet_common.resource_group_name
Expand Down
1 change: 0 additions & 1 deletion src/common/prod/westeurope.tf
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ module "app_backend_li_weu" {
allowed_subnets = concat(data.azurerm_subnet.services_snet.*.id,
[
data.azurerm_subnet.admin_snet.id,
data.azurerm_subnet.functions_fast_login_snet.id,
data.azurerm_subnet.itn_auth_fast_login_func_snet.id,
data.azurerm_subnet.itn_msgs_sending_func_snet.id
])
Expand Down

0 comments on commit 58cac5d

Please sign in to comment.