Skip to content

Commit

Permalink
chore: move lambda dist to release
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Dec 6, 2023
1 parent 6de1eb4 commit d56e055
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 @@ -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)
Expand Down

0 comments on commit d56e055

Please sign in to comment.