diff --git a/main.tf b/main.tf index 07e3985..6da51c6 100644 --- a/main.tf +++ b/main.tf @@ -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