Azure – Optional variable in a terraform block
I want to deploy a azurerm_linux_function_app and depending on the access restrictions I will need a restriction from a VNET and other times I will need an IP address restriction. The code is: resource "azurerm_linux_function_app" "function_app" { name = var.function_app_name…