Skip to content

Commit

Permalink
Bump lambda::terraform-aws-lambda from 7.9.0 to 7.10.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 7.9.0 to 7.10.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.9.0...v7.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent de63a8a commit 6adca02
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 @@ -2,7 +2,7 @@
# Lambda
##############################
module "lambda" {
source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v7.9.0"
source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v7.10.0"

function_name = "${var.project_name}-delete-default-cloudtrail"

Expand Down

0 comments on commit 6adca02

Please sign in to comment.