Skip to content

Commit

Permalink
The app should use the new app subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Feb 19, 2024
1 parent 07ca076 commit 96e3f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}

Expand Down

0 comments on commit 96e3f4e

Please sign in to comment.