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
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent db780c7 commit 6c6b1a1
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 @@ -7,7 +7,7 @@ module "default_label" {

module "notify_slack" {
source = "terraform-aws-modules/notify-slack/aws"
version = "5.6"
version = "6.4"
create = module.this.enabled
create_sns_topic = var.create_sns_topic
lambda_function_name = module.default_label.id
Expand Down

0 comments on commit 6c6b1a1

Please sign in to comment.