diff --git a/variables.tf b/variables.tf index 9ff29348..40712deb 100644 --- a/variables.tf +++ b/variables.tf @@ -321,7 +321,7 @@ variable "function_app_storage_account_container_prefix" { variable "function_app_version" { type = string description = "Function app code version (hash)" - default = "93a261d4128c2c3aa7809fecc4b94746" + default = "4d9c02b868f846b7c3fdd59141d4d401" } variable "function_app_dist" {