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 8de731f commit bea44a7
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 @@ -51,7 +51,7 @@ data "aws_iam_policy_document" "lambda_perms" {

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.3.0"
}

variable "logging_bucket" {
Expand Down

0 comments on commit bea44a7

Please sign in to comment.