From 70756e648f79e9b14867e7a9c4b9a88a8f7e28a9 Mon Sep 17 00:00:00 2001 From: kevindelmont <133667252+kevindelmont@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:26:05 +0100 Subject: [PATCH] Added linux_function_apps variable for example (#45) --- 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)