Skip to content

KazuyaMiyagi/terraform-aws-rocket-chat-notifier

Repository files navigation

Amazon Rocket.Chat notifier Terraform module

This terraform module creates an AWS sns topic to notify Rocket.Chat

Usage

module "rocket_chat_notifier" {
  source      = "KazuyaMiyagi/rocket-chat-notifier/aws"
  webhook_url = "https://example.com/hooks/xxx/xx"
  channel     = "#notice"
}

Examples

Requirements

Name Version
terraform >= 0.12.*
aws >= 3.12.*

Providers

Name Version
aws >= 3.12.*

Inputs

Name Description Type Default Required
webhook_url Rocket.Chat webhook url string "" yes
channel Rocket.Chat channel name string "" yes

Outputs

Name Description
sns_topic rocket-chat-notifier sns

License

Apache 2 Licensed. See LICENSE for full details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published