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.0
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 6069a48 commit f2465fc
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 = "6.4.0"
version = "6.5.0"
create = module.this.enabled
create_sns_topic = var.create_sns_topic
lambda_function_name = module.default_label.id
Expand Down

0 comments on commit f2465fc

Please sign in to comment.