SNS topic connected to marbot to forward events to Slack or Microsoft Teams.
- Create a new directory
- 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"
}
- Run the following commands:
terraform init
terraform apply
- Update the
version
- Run the following commands:
terraform get
terraform apply
All modules are published under Apache License Version 2.0.