We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de04422 + 2e7b89d commit 9a75d88Copy full SHA for 9a75d88
main.tf
@@ -47,7 +47,7 @@ resource "azurerm_linux_web_app" "this" {
47
}
48
49
resource "azurerm_app_service_virtual_network_swift_connection" "this" {
50
- count = var.use_private_net == null ? 0 : 1
+ count = var.use_private_net ? 1 : 0
51
app_service_id = azurerm_linux_web_app.this.id
52
subnet_id = var.subnet_id
53
0 commit comments