We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f386c1 commit a449155Copy full SHA for a449155
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.0"
+ version = "7.20.1"
36
37
architectures = [var.architecture]
38
attach_cloudwatch_logs_policy = true
0 commit comments