diff --git a/variables.tf b/variables.tf index 6909cfdc..3897c5c4 100644 --- a/variables.tf +++ b/variables.tf @@ -410,7 +410,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)