From 9b4eb4ed2168ed55acd3eb83fcdac89c21935370 Mon Sep 17 00:00:00 2001 From: Assaf Giladi Date: Mon, 30 Sep 2024 23:46:09 +0300 Subject: [PATCH] chore: update function app distribution to release --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 61c75539..6b7e8d1d 100644 --- a/variables.tf +++ b/variables.tf @@ -399,7 +399,7 @@ variable "function_app_version" { variable "function_app_dist" { type = string description = "Function app code dist" - default = "dev" + default = "release" validation { condition = contains(["dev", "release"], var.function_app_dist)