Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/notify-slack/aws …
Browse files Browse the repository at this point in the history
…to v6.5.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 0dd90b4 commit 185998c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/notifications/modules/notifications/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#tfsec:ignore:aws-lambda-restrict-source-arn
module "notify_slack" {
source = "terraform-aws-modules/notify-slack/aws"
version = "6.4.1"
version = "6.5.1"

sns_topic_name = var.sns_topic_name

Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/root/modules/config/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#tfsec:ignore:aws-lambda-restrict-source-arn
module "notify_slack" {
source = "terraform-aws-modules/notify-slack/aws"
version = "6.4.1"
version = "6.5.1"

sns_topic_name = local.sns_topic_name

Expand Down

0 comments on commit 185998c

Please sign in to comment.