miquido / ses-identity-adder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SES identity adder

Adds lambda that enables to easily add identity to AWS

Usage

  module "ses-identity-adder" {
    source      = "git::https://github.com/miquido/ses-identity-adder"
    environment = "example"
    project     = "example"
  }

Requirements

No requirements.

Providers

Name Version
archive n/a
aws n/a
random n/a

Modules

No modules.

Resources

Name Type
aws_cloudwatch_log_group.ses_identity_adder resource
aws_iam_role.ses_identity_adder resource
aws_iam_role_policy.ses_identity_adder resource
aws_lambda_function.ses_identity_adder resource
aws_lambda_function_url.function resource
random_password.labmda_key resource
archive_file.ses_identity_adder data source
aws_caller_identity.default data source
aws_iam_policy_document.assume_role_ses_identity_adder data source
aws_iam_policy_document.role_ses_identity_adder data source
aws_region.default data source

Inputs

Name Description Type Default Required
environment Environment name string n/a yes
log_retention How long to keep logs number 7 no
project Project name string n/a yes
tags Default tags to apply on all created resources map(string) {} no

Outputs

No outputs.

Related Projects

Check out these related projects.

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>

About


Languages

Language:HCL 78.9%Language:Python 12.0%Language:Makefile 9.0%