Skip to content

Commit

Permalink
chore: update function app distribution to release
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Sep 30, 2024
1 parent bd262cc commit 9b4eb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9b4eb4e

Please sign in to comment.