Skip to content

Commit

Permalink
fix: specify version of lambda module to use
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Oct 9, 2023
1 parent af0db75 commit 3ae3ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/lambda_api-render-pdf.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module "lambda_function_api-render_pdf" {
source = "terraform-aws-modules/lambda/aws"
source = "terraform-aws-modules/lambda/aws"
version = "6.0.1"

function_name = "${local.project_name}__render_handler"
description = "Manage the ${local.project_name} lambda function for /render endpoint"
Expand Down

0 comments on commit 3ae3ea6

Please sign in to comment.