From c4ad6162d7f01f281ae0e1bdb63d083512d5679c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20DELMONT?= Date: Fri, 22 Nov 2024 09:24:55 +0100 Subject: [PATCH] Added linux_function_apps variable for example --- examples/variables.tf | 4 ++++ 1 file changed, 4 insertions(+) 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)