GithubHelp home page GithubHelp logo

infrastrukturait / terraform-aws-ses Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 13 KB

Terraform module to provision Simple Email Service on AWS

License: MIT License

HCL 100.00%
aws ses terraform terraform-module

terraform-aws-ses's Introduction

terraform-aws-ses

WeSupportUkraine

About

Terraform module to provision Simple Email Service on AWS.

License

License: MIT

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Source: <https://opensource.org/licenses/MIT>

See LICENSE for full details.

Authors

Documentation

Requirements

Name Version
terraform >= 0.13
aws >= 2.0

Modules

No modules.

Resources

Name Type
aws_iam_access_key.smtp_user resource
aws_iam_policy.ses_sender resource
aws_iam_user.smtp_user resource
aws_iam_user_policy_attachment.test-attach resource
aws_ses_domain_dkim.ses_dkim resource
aws_ses_domain_identity.ses resource
aws_iam_policy_document.ses_sender data source

Inputs

Name Description Type Default Required
domain_name The domain to create the SES string n/a yes
tags Tags map for resources map(string) {} no

Outputs

Name Description
dkim_record_name__1 A first name of record which need added to the domain as CNAME allows for receivers to verify that emails were indeed authorized by the domain owner.
dkim_record_name__2 A second name of record which need added to the domain as CNAME allows for receivers to verify that emails were indeed authorized by the domain owner.
dkim_record_name__3 A third name of record which when added to the domain as CNAME allows for receivers to verify that emails were indeed authorized by the domain owner.
dkim_record_value__1 n/a
dkim_record_value__2 n/a
dkim_record_value__3 n/a
dkim_records_tokens A list of records, if you prefer list, which when added to the domain as CNAMEs allows for receivers to verify that emails were indeed authorized by the domain owner.
ses_domain_identity_arn The ARN of the SES domain identity
ses_verification_record_name A name of record which when added to the domain as TXT will signal to SES that the owner of the domain has authorised SES to act on their behalf.
ses_verification_record_value A code which when added to the domain as a TXT record will signal to SES that the owner of the domain has authorised SES to act on their behalf.
The domain identity will be in state 'verification pending' until this is done.
Find out more about verifying domains in Amazon SES in the AWS SES docs.
smtp_password The SMTP password. This will be written to the state file in plain text.
smtp_username The SMTP user

Examples

terraform-aws-ses's People

Contributors

github-actions[bot] avatar actions-user avatar

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.