Skip to content

Commit 4f5f22b

Browse files
authored
Merge branch 'terraform-aws-modules:master' into master
2 parents fa6e15f + 3bab5e5 commit 4f5f22b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [6.5.1](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/compare/v6.5.0...v6.5.1) (2025-01-06)
6+
7+
8+
### Bug Fixes
9+
10+
* Reverts endpoint variable change from e95cde8 ([#240](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/issues/240)) ([81e4b81](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/commit/81e4b816f39c34fab8a5d78e8b854c43aed7dbd2))
11+
* Update CI workflow versions to latest ([#239](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/issues/239)) ([50b951a](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/commit/50b951a333ebab734c5afba984f0584fd1b43dd7))
12+
513
## [6.5.0](https://github.com/terraform-aws-modules/terraform-aws-notify-slack/compare/v6.4.1...v6.5.0) (2024-09-03)
614

715

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)