diff --git a/main.tf b/main.tf index de0dded..b8c7f44 100644 --- a/main.tf +++ b/main.tf @@ -91,7 +91,7 @@ module "sns_topic" { module "slack_notify_lambda" { source = "cloudposse/sns-lambda-notify-slack/aws" - version = "0.7.0" + version = "0.9.0" enabled = local.notifications_enabled attributes = ["budgets"]