Skip to content

Commit

Permalink
Bump lambda::terraform-aws-lambda in the terraform group
Browse files Browse the repository at this point in the history
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.6 to 7.4.0
- [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@v7.2.6...v7.4.0)

---
updated-dependencies:
- dependency-name: lambda::github::terraform-aws-modules/terraform-aws-lambda::v7.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent b4c712a commit 3187745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v7.4.0"

description = "Lambda function for Key Enforcement"
function_name = var.project_name
Expand Down

0 comments on commit 3187745

Please sign in to comment.