Skip to content

Commit

Permalink
Remove unnecessary azurerm_app_service_virtual_network_swift_connecti…
Browse files Browse the repository at this point in the history
…on resource (#394)
  • Loading branch information
jcma-google authored Sep 25, 2024
1 parent b138cf4 commit b209722
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cloud/azure/modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ resource "azurerm_service_plan" "plan" {
sku_name = var.app_sku
}

resource "azurerm_app_service_virtual_network_swift_connection" "app_vn" {
app_service_id = azurerm_linux_web_app.civiform_app.id
subnet_id = azurerm_subnet.server_subnet.id
}

resource "azurerm_linux_web_app" "civiform_app" {
name = "${var.application_name}-${random_pet.server.id}"
location = data.azurerm_resource_group.rg.location
Expand Down

0 comments on commit b209722

Please sign in to comment.