Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/notify-slack/aws to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2023
1 parent 3e55ce9 commit de6f9ad
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.5"
version = "5.6"
create = module.this.enabled
create_sns_topic = var.create_sns_topic
lambda_function_name = module.default_label.id
Expand Down

0 comments on commit de6f9ad

Please sign in to comment.