Skip to content

Commit da99f2f

Browse files
Bump lambda::terraform-aws-lambda in the terraform group
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 8.4.0 to 8.5.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@v8.4.0...v8.5.0) --- updated-dependencies: - dependency-name: lambda::github::terraform-aws-modules/terraform-aws-lambda::v8.4.0 dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f73e6a7 commit da99f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ data "aws_iam_policy_document" "lambda" {
3636
}
3737

3838
module "lambda" {
39-
source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v8.4.0"
39+
source = "git::https://github.com/terraform-aws-modules/terraform-aws-lambda.git?ref=v8.5.0"
4040

4141
description = "Lambda function for Key Enforcement"
4242
function_name = var.project_name

0 commit comments

Comments
 (0)