marbot-io / terraform-aws-marbot-standalone-topic

SNS topic connected to marbot to forward events to Slack or Microsoft Teams.

Home Page:https://marbot.io/

Repository from Github https://github.commarbot-io/terraform-aws-marbot-standalone-topicRepository from Github https://github.commarbot-io/terraform-aws-marbot-standalone-topic

Standalone SNS topic

SNS topic connected to marbot to forward events to Slack or Microsoft Teams.

Usage

  1. Create a new directory
  2. Within the new directory, create a file main.tf with the following content:
provider "aws" {}

module "marbot-standalone-topic" {
  source  = "marbot-io/marbot-standalone-topic/aws"
  #version = "x.y.z"    # we recommend to pin the version

  endpoint_id      = "" # to get this value, select a channel where marbot belongs to and send a message like this: "@marbot show me my endpoint id"
}
  1. Run the following commands:
terraform init
terraform apply

Update procedure

  1. Update the version
  2. Run the following commands:
terraform get
terraform apply

License

All modules are published under Apache License Version 2.0.

About

A marbot.io project. Engineered by widdix.

About

SNS topic connected to marbot to forward events to Slack or Microsoft Teams.

https://marbot.io/

License:Apache License 2.0


Languages

Language:HCL 90.5%Language:Go 9.5%