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 d477eaa commit 665759a
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 @@ -330,7 +330,7 @@ variable "lambdas_version" {
variable "lambdas_dist" {
type = string
description = "Lambdas code dist"
default = "dev"
default = "release"

validation {
condition = contains(["dev", "release"], var.lambdas_dist)
Expand Down

0 comments on commit 665759a

Please sign in to comment.