Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (29 loc) · 919 Bytes

File metadata and controls

38 lines (29 loc) · 919 Bytes

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.