Skip to content

Commit 5a0abc1

Browse files
authored
Merge pull request #24 from devops-ia/dependabot/terraform/terraform/terraform-aws-modules/lambda/aws-7.14.0
build(deps): bump terraform-aws-modules/lambda/aws from 7.11.0 to 7.14.0 in /terraform
2 parents 8e49f21 + 2238778 commit 5a0abc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Function
33
module "lambda_function" {
44
source = "terraform-aws-modules/lambda/aws"
5-
version = "7.11.0"
5+
version = "7.14.0"
66

77
function_name = lower(local.global_name)
88
description = var.lambda_function.default.lambda_description

0 commit comments

Comments
 (0)