Skip to content

Commit

Permalink
update lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Sep 3, 2023
1 parent a6a6026 commit a26c70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {

module "apigw" {
source = "armorfret/apigw-lambda/aws"
version = "0.7.3"
version = "0.8.0"

source_bucket = var.lambda_bucket
source_version = var.lambda_version
Expand Down
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.3"
default = "v0.2.0"
}

variable "logging_bucket" {
Expand Down

0 comments on commit a26c70d

Please sign in to comment.