Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
joris-lunii authored Aug 1, 2023
1 parent dad5af6 commit 84c61f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/lambda-proxy/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "lambda" {
source = "genstackio/lambda/aws"
version = "0.1.8"
version = "0.3.7"
name = var.name
file = data.archive_file.lambda-code.output_path
runtime = var.runtime
Expand All @@ -14,4 +14,4 @@ module "lambda" {
providers = {
aws = aws
}
}
}

0 comments on commit 84c61f1

Please # to comment.