Skip to content

Commit d35435c

Browse files
chore(deps): update terraform terraform-aws-modules/lambda/aws to v7.17.0 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ffa3ad commit d35435c

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
@@ -117,7 +117,7 @@ module "lambda" {
117117
for_each = local.distributions
118118

119119
source = "terraform-aws-modules/lambda/aws"
120-
version = "7.16.0"
120+
version = "7.17.0"
121121

122122
architectures = [var.architecture]
123123
attach_cloudwatch_logs_policy = true

0 commit comments

Comments
 (0)