We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a784fff commit f7d3f32Copy full SHA for f7d3f32
modules/notify/main.tf
@@ -32,7 +32,7 @@ resource "aws_sns_topic_subscription" "sns_notify_teams" {
32
module "lambda" {
33
for_each = local.distributions
34
source = "terraform-aws-modules/lambda/aws"
35
- version = "7.20.1"
+ version = "8.1.0"
36
37
architectures = [var.architecture]
38
attach_cloudwatch_logs_policy = true
0 commit comments