Terraform module: notify-slack

From wikieduonline
(Redirected from Notify-slack)
Jump to navigation Jump to search
module "notify-slack_example_notify-slack-simple" {
 source  = "terraform-aws-modules/notify-slack/aws//examples/notify-slack-simple"
 version = "5.6.0"
}


module "notify_slack" {
 source  = "terraform-aws-modules/notify-slack/aws"
 version = "~> 5.0"

 sns_topic_name = "slack-topic"

 slack_webhook_url = "https://hooks.slack.com/services/AAA/BBB/CCC"
 slack_channel     = "aws-notification"
 slack_username    = "reporter"
}

Related[edit]

See also[edit]

Advertising: