We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebef0d7 commit 99d67e7Copy full SHA for 99d67e7
terraform/lambda.tf
@@ -2,7 +2,7 @@
2
## Function
3
module "lambda_function" {
4
source = "terraform-aws-modules/lambda/aws"
5
- version = "7.17.0"
+ version = "7.20.1"
6
7
function_name = lower(local.global_name)
8
description = var.lambda_function.default.lambda_description
0 commit comments