Skip to content

Commit 34d6bd8

Browse files
chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.20.0 (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a41cb90 commit 34d6bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/notify/main.tf

Lines changed: 1 addition & 1 deletion
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.17.0"
35+
version = "7.20.0"
3636

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

0 commit comments

Comments
 (0)