This terraform module creates an AWS sns topic to notify Rocket.Chat
module "rocket_chat_notifier" {
source = "KazuyaMiyagi/rocket-chat-notifier/aws"
webhook_url = "https://example.com/hooks/xxx/xx"
channel = "#notice"
}
Name | Version |
---|---|
terraform | >= 0.12.* |
aws | >= 3.12.* |
Name | Version |
---|---|
aws | >= 3.12.* |
Name | Description | Type | Default | Required |
---|---|---|---|---|
webhook_url | Rocket.Chat webhook url | string |
"" |
yes |
channel | Rocket.Chat channel name | string |
"" |
yes |
Name | Description |
---|---|
sns_topic | rocket-chat-notifier sns |
Apache 2 Licensed. See LICENSE for full details.