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 292480d commit ebef0d7Copy full SHA for ebef0d7
terraform/lambda.tf
@@ -2,7 +2,7 @@
2
## Function
3
module "lambda_function" {
4
source = "terraform-aws-modules/lambda/aws"
5
- version = "7.16.0"
+ version = "7.17.0"
6
7
function_name = lower(local.global_name)
8
description = var.lambda_function.default.lambda_description
0 commit comments