kazhala / terraform-aws-ses-smtp-identity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-ses-smtp-identity

Requirements

Name Version
terraform >= 0.14
aws >= 3.0
random >= 3.1

Providers

Name Version
aws 3.63.0
random 3.1.0

Modules

No modules.

Resources

Name Type
aws_iam_access_key.this resource
aws_iam_user.this resource
aws_iam_user_policy.this resource
random_id.this resource
aws_region.current data source

Inputs

Name Description Type Default Required
deploy_access_key Deploy IAM access key. bool true no
deploy_iam_user Deploy IAM user. bool true no
iam_path The IAM path for the SES IAM user. string "/" no
iam_token Token used to generate unique name. string "iam" no
iam_username The Name for the SES IAM user. string "ses-smtp-user" no
tags Additional resource tags to apply to applicable resources. Format: {"key" = "value"} map(string) {} no

Outputs

Name Description
aws_iam_access_key Outputs of the IAM access key.
aws_iam_user Outputs of the IAM user created.
smtp SMTP infomation.

About

License:MIT License


Languages

Language:HCL 100.0%