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 50b951a commit 8a4a997Copy full SHA for 8a4a997
main.tf
@@ -73,7 +73,7 @@ resource "aws_sns_topic_subscription" "sns_notify_slack" {
73
74
topic_arn = local.sns_topic_arn
75
protocol = "lambda"
76
- endpoint = module.lambda.lambda_function_qualified_arn
+ endpoint = module.lambda.lambda_function_arn
77
filter_policy = var.subscription_filter_policy
78
filter_policy_scope = var.subscription_filter_policy_scope
79
}
0 commit comments