Skip to content

Commit

Permalink
[#IOPID-1978] Remove old fn-fast-login from weu (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnedMarshal authored Oct 10, 2024
1 parent d6fb959 commit 889373e
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 694 deletions.
1 change: 0 additions & 1 deletion src/common/prod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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
Loading

0 comments on commit 889373e

Please sign in to comment.