From 20cba5cde02e111feb1571139747a72ba3b6e6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:13:04 +0000 Subject: [PATCH] Bump the terraform group with 1 update Bumps the terraform group with 1 update: [lambda::terraform-aws-lambda](https://github.com/terraform-aws-modules/terraform-aws-lambda). Updates `lambda::terraform-aws-lambda` from 7.2.3 to 7.2.5 - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-lambda/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v7.2.3...v7.2.5) --- updated-dependencies: - dependency-name: lambda::github::terraform-aws-modules/terraform-aws-lambda::v7.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: terraform ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 4a01bc8..04f07dc 100644 --- a/main.tf +++ b/main.tf @@ -36,7 +36,7 @@ data "aws_iam_policy_document" "lambda" { } module "lambda" { - source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v7.2.3" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v7.2.5" description = "Lambda function for Key Enforcement" function_name = var.project_name