Skip to content

Commit

Permalink
chore(deps): Bump lambda::terraform-aws-lambda from 6.5.0 to 6.7.0
Browse files Browse the repository at this point in the history
Bumps [lambda::terraform-aws-lambda](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 6.5.0 to 6.7.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@v6.5.0...v6.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 7a5c480 commit 16c3b5f
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 @@ -3,7 +3,7 @@ terraform {
}

module "lambda" {
source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v6.5.0"
source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v6.7.0"

function_name = var.name
description = "Gather open pull requests and send it to slack"
Expand Down

0 comments on commit 16c3b5f

Please sign in to comment.