Skip to content

Commit a449155

Browse files
chore(deps): bump terraform-aws-modules/lambda/aws from 7.20.0 to 7.20.1 (#80)
Bumps [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) from 7.20.0 to 7.20.1. - [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.20.0...v7.20.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/lambda/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f386c1 commit a449155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/notify/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "aws_sns_topic_subscription" "sns_notify_teams" {
3232
module "lambda" {
3333
for_each = local.distributions
3434
source = "terraform-aws-modules/lambda/aws"
35-
version = "7.20.0"
35+
version = "7.20.1"
3636

3737
architectures = [var.architecture]
3838
attach_cloudwatch_logs_policy = true

0 commit comments

Comments
 (0)