Skip to content

Commit

Permalink
update lambda module
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 3, 2024
1 parent be98c0c commit ef5eaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ terraform {

module "lambda" {
source = "armorfret/lambda/aws"
version = "0.4.0"
version = "0.5.0"

source_bucket = var.source_bucket
source_version = var.source_version
@@ -179,7 +179,7 @@ resource "aws_api_gateway_authorizer" "this" {

module "auth_lambda" {
source = "armorfret/lambda/aws"
version = "0.4.0"
version = "0.5.0"
count = var.auth_source_bucket == "" ? 0 : 1

source_bucket = var.auth_source_bucket

0 comments on commit ef5eaa2

Please sign in to comment.