From 910642c94885ab68a0637324ef2e0a868666f683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:16:38 +0000 Subject: [PATCH] Update terraform-aws-modules/lambda/aws requirement from ~> 6.0 to ~> 7.16 Updates the requirements on [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) to permit the latest version. - [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/v6.0.0...v7.16.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/lambda/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../data-platform-apps-and-tools/lambda-functions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/data-platform-apps-and-tools/lambda-functions.tf b/terraform/environments/data-platform-apps-and-tools/lambda-functions.tf index c78a1a6afae..47d4e40ff6d 100644 --- a/terraform/environments/data-platform-apps-and-tools/lambda-functions.tf +++ b/terraform/environments/data-platform-apps-and-tools/lambda-functions.tf @@ -3,7 +3,7 @@ module "jml_extract_lambda" { count = terraform.workspace == "data-platform-apps-and-tools-production" ? 1 : 0 source = "terraform-aws-modules/lambda/aws" - version = "~> 6.0" + version = "~> 7.16" publish = true create_package = false