diff --git a/variables.tf b/variables.tf index 0401c781..27925816 100644 --- a/variables.tf +++ b/variables.tf @@ -327,7 +327,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)