Skip to content

Commit

Permalink
update lamdba version
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 28, 2024
1 parent 0dd650f commit fff0490
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
@@ -1,7 +1,7 @@
variable "lambda_version" {
description = "Version of the Lambda to use"
type = string
default = "v0.1.0"
default = "v0.1.1"
}

variable "logging_bucket" {
Expand Down

0 comments on commit fff0490

Please sign in to comment.