Skip to content

Commit 81e4b81

Browse files
fix: Reverts endpoint variable change from e95cde8 (#240)
fix: reverts endpoint variable change from e95cde8
1 parent 50b951a commit 81e4b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resource "aws_sns_topic_subscription" "sns_notify_slack" {
7373

7474
topic_arn = local.sns_topic_arn
7575
protocol = "lambda"
76-
endpoint = module.lambda.lambda_function_qualified_arn
76+
endpoint = module.lambda.lambda_function_arn
7777
filter_policy = var.subscription_filter_policy
7878
filter_policy_scope = var.subscription_filter_policy_scope
7979
}

0 commit comments

Comments
 (0)