diff --git a/examples/variables.tf b/examples/variables.tf index 0054e57289..5efc75934b 100644 --- a/examples/variables.tf +++ b/examples/variables.tf @@ -817,6 +817,10 @@ variable "cdn_profile" { variable "function_apps" { default = {} } +variable "linux_function_apps" { + default = {} + type = map(any) +} variable "windows_function_apps" { default = {} type = map(any)