GithubHelp home page GithubHelp logo

pingbui / terraform-aws-ses-user Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thanhbn87/terraform-aws-ses-user

0.0 1.0 1.0 21 KB

Creating an AWS SES user

License: Apache License 2.0

Smarty 10.45% HCL 89.55%

terraform-aws-ses-user's Introduction

Requirements

Name Version
terraform >= 0.12.6
aws ~> 4.22

Providers

Name Version
aws ~> 4.22
template n/a

Modules

No modules.

Resources

Name Type
aws_iam_access_key.this resource
aws_iam_user.this resource
aws_iam_user_policy.this resource
template_file.ses_policy data source

Inputs

Name Description Type Default Required
enabled Set to false to prevent the module from creating any resources bool true no
force_destroy Use this to be able to also delete IAM users that were not created with Terraform and have IAM access keys, MFA devices, etc. bool false no
path Path in which to create the user string "/" no
permissions_boundary The ARN of the policy that is used to set the permissions boundary for the user string "" no
pgp_key Either a base-64 encoded PGP public key, or a keybase username in the form keybase:some_person_that_exists string "" no
resources The list of SES resources list(string)
[
"*"
]
no
ses_user Name of the SES user string "ses_user" no
tags n/a map(any) {} no
temp_file_policy The Path of template file for the IAM policy string "" no
user_policy_name_prefix Name prefix of the IAM policy that is assigned to the user string "SesSending" no
whitelist_ips The list of whitelist IP addresses list(string)
[
"0.0.0.0/0"
]
no

Outputs

Name Description
access_key IAM Access Key of the created user, used as the STMP user name
ses_smtp_password_v4 The secret access key converted into an SES SMTP password by applying AWS's documented Sigv4 conversion algorithm
ses_user IAM ses username
ses_user_arn ARN of the IAM ses user

terraform-aws-ses-user's People

Contributors

thanhbn87 avatar

Watchers

James Cloos avatar

Forkers

nghiand16

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.