Skip to content

Commit f7d3f32

Browse files
chore(deps): update terraform terraform-aws-modules/lambda/aws to v8
1 parent a784fff commit f7d3f32

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.20.1"
35+
version = "8.1.0"
3636

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

0 commit comments

Comments
 (0)