Skip to content

Commit 51b7081

Browse files
authored
Merge branch 'master' into kay/aws-security-hub
2 parents eb26ec4 + 3bab5e5 commit 51b7081

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ resource "aws_sns_topic_subscription" "sns_notify_slack" {
8181

8282
topic_arn = local.sns_topic_arn
8383
protocol = "lambda"
84-
endpoint = module.lambda.lambda_function_qualified_arn
84+
endpoint = module.lambda.lambda_function_arn
8585
filter_policy = var.subscription_filter_policy
8686
filter_policy_scope = var.subscription_filter_policy_scope
8787
}

0 commit comments

Comments
 (0)