Skip to content

Commit

Permalink
Bump the terraform group with 1 update
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.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](terraform-aws-modules/terraform-aws-lambda@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent cfde821 commit 20cba5c
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.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
Expand Down

0 comments on commit 20cba5c

Please sign in to comment.