From 96e3f4e6061aa2931ac0f57b4eb5aa4c736f1114 Mon Sep 17 00:00:00 2001 From: halprin Date: Mon, 19 Feb 2024 13:03:29 -0700 Subject: [PATCH] The app should use the new app subnet --- operations/template/app.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/template/app.tf b/operations/template/app.tf index ef5f438f2..9e0f0248c 100644 --- a/operations/template/app.tf +++ b/operations/template/app.tf @@ -26,7 +26,7 @@ resource "azurerm_linux_web_app" "api" { https_only = true - virtual_network_subnet_id = data.azurerm_subnet.app_subnet.id + virtual_network_subnet_id = azurerm_subnet.app.id site_config {}