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.
1 parent 8321b92 commit ba6d05cCopy full SHA for ba6d05c
main.tf
@@ -38,7 +38,6 @@ resource "azurerm_function_app" "function" {
38
storage_account_access_key = azurerm_storage_account.storage.primary_access_key
39
version = "~3"
40
https_only = true
41
- client_affinity_enabled = false
42
enable_builtin_logging = false
43
44
app_settings = merge({
variables.tf
@@ -65,7 +65,7 @@ variable "time_zone" {
65
variable "webhook_url" {
66
type = string
67
description = "The webhook where notifications will be sent."
68
- default = ""
+ default = null
69
}
70
71
variable "external_account_binding" {
0 commit comments