Giter Club home page Giter Club logo

terraform-aws-ses-catchall's Introduction

Maintained by Scaffoldly GitHub release (latest SemVer) Terraform Version

Description

Create an SES Catchall for one-to-many domains and publish them to a S3 bucket, which will notify a SNS topic

Usage

module "catchall_live" {
  source = "scaffoldly/ses-catchall/aws"

  bucket_name_prefix   = "emails-live"
  read_only_principals = data.aws_iam_role.serverless_emails_api.arn
  domains              = ["emails.mydomain.com"]
  rule_set_name        = "primary"
  after_rule           = "live-bounce-noreply"
}

Requirements

Name Version
terraform >= 0.15

Providers

Name Version
aws 3.49.0

Modules

Name Source Version
s3_bucket scaffoldly/s3-private-versioned/aws 0.15.11

Resources

Name Type
aws_ses_receipt_rule.recipt_rule resource

Inputs

Name Description Type Default Required
after_rule Place the catchall after this rule string n/a yes
bucket_name_prefix The prefix of the bucket name. SNS topics will also include this name. string n/a yes
domains The list of domains to forward to S3 + SNS list(string) n/a yes
read_only_principals The ARNs that have read-only access to the bucket list(string) [] no
rule_set_name The rule set name string n/a yes

Outputs

Name Description
bucket_name n/a
topic_arns n/a

terraform-aws-ses-catchall's People

Contributors

cnuss avatar

Watchers

James Cloos avatar  avatar

Forkers

ryanoatz99

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.