Skip to content

Commit

Permalink
fix: Reverts endpoint variable change from e95cde8 (#240)
Browse files Browse the repository at this point in the history
fix: reverts endpoint variable change from e95cde8
  • Loading branch information
AlexTraxinger authored Jan 6, 2025
1 parent 50b951a commit 81e4b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "aws_sns_topic_subscription" "sns_notify_slack" {

topic_arn = local.sns_topic_arn
protocol = "lambda"
endpoint = module.lambda.lambda_function_qualified_arn
endpoint = module.lambda.lambda_function_arn
filter_policy = var.subscription_filter_policy
filter_policy_scope = var.subscription_filter_policy_scope
}
Expand Down

0 comments on commit 81e4b81

Please sign in to comment.