You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tf-modules/monitoring/sns-email-topic
lalanza808 7db1eb79ae add another output of just topic name 4 years ago
..
files adding sns-email-topic module 4 years ago
README.md adding sns-email-topic module 4 years ago
main.tf tf 12-ize sns-email-topic module 4 years ago
outputs.tf add another output of just topic name 4 years ago
variables.tf formatting all templates 4 years ago

README.md

SNS Email Topic

Create an SNS topic that uses Email based notifications.

Usage

module "sns_email_topic" {
  source = "github.com/lalanza808/tf-modules.git/monitoring/sns-email-topic"
  sns_emails = ["email1@asd.com", "email2@asd.com"]
}

Inputs

You don't need to provide any inputs, but you can override all of the defaults. See the full list of inputs here: variables.tf

Outputs

output.tf