Skip to content

Commit

Permalink
Update terraform-aws-modules/lambda/aws requirement from ~> 6.0 to ~>…
Browse files Browse the repository at this point in the history
… 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](terraform-aws-modules/terraform-aws-lambda@v6.0.0...v7.16.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/lambda/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent d71bc28 commit 910642c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 910642c

Please sign in to comment.