Skip to content

Latest commit

 

History

History
135 lines (86 loc) · 5.32 KB

README.md

File metadata and controls

135 lines (86 loc) · 5.32 KB

miquido-terraform-ses-auto-verifier

Requirements

Name Version
terraform >= 0.13
aws > 4.1

Providers

Name Version
archive n/a
aws > 4.1

Modules

No modules.

Resources

Name Type
aws_cloudwatch_log_group.default resource
aws_iam_role.default resource
aws_iam_role_policy.default resource
aws_lambda_function.auto_verifier resource
aws_lambda_permission.s3_notification resource
aws_s3_bucket_notification.bounce_mail resource
archive_file.lambda data source
aws_caller_identity.current data source
aws_iam_policy_document.assume_role data source
aws_iam_policy_document.default data source

Inputs

Name Description Type Default Required
bucket_arn SES bucket arn string n/a yes
bucket_id SES bucket id string n/a yes
log_retention Specifies the number of days you want to retain log events in the specified log group number 7 no
mail_s3_bucket_prefix s3 path where emails with verification link will be saved string n/a yes
name Solution name, e.g. 'app' or 'cluster' string "ses-auto-verifier" no
namespace Namespace, which could be your organization name, e.g. 'eg' or 'cp' string n/a yes
stage Stage, e.g. 'prod', 'staging', 'dev', or 'test' string n/a yes
tags Additional tags (e.g. map('BusinessUnit','XYZ') map(string) {} no

Outputs

No outputs.

Makefile Targets

Available targets:

  help                                Help screen
  help/all                            Display help for all targets
  help/short                          This help short screen
  lint                                Lint terraform code

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>