From b2f9881dcf41bc5bae660f64ce0aa222168ebf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:44:19 +0000 Subject: [PATCH] Update terraform-aws-modules/lambda/aws requirement from ~> 6.0 to ~> 7.8 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.8.1) --- 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..4a04da7b0dd 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.8" publish = true create_package = false