Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 2.84 KB

io.md

File metadata and controls

42 lines (38 loc) · 2.84 KB

Inputs

Name Description Type Default Required
cname_type CNAME type for Record Set. string "CNAME" no
domain Domain to use for SES. string "" no
emails Emails list to use for SES. list(string) [] no
enable_domain Control whether or not to enable domain identity for AWS SES. bool true no
enable_email Control whether or not to enable email identity for AWS SES. bool false no
enable_filter Control whether or not to enable receipt filter. bool false no
enable_mail_from Control whether or not to enable mail from domain. bool false no
enable_mx Control whether or not to enable mx DNS recodrds. bool false no
enable_policy Control whether identity policy create for SES. bool false no
enable_spf_domain Control whether or not to enable enable spf domain. bool false no
enable_template Control whether create a template for emails. bool false no
enabled Boolean indicating whether or not to create sns module. bool true no
environment Environment (e.g. prod, dev, staging). string "" no
filter_cidr The IP address or address range to filter, in CIDR notation. string "" no
filter_policy Block or Allow filter. string "" no
iam_name IAM username. string "" no
label_order Label order, e.g. name,application. list(any)
[
"name",
"environment"
]
no
mail_from_domain Subdomain (of the route53 zone) which is to be used as MAIL FROM address. string "" no
managedby ManagedBy, eg 'CloudDrove' string "hello@clouddrove.com" no
mx_type MX type for Record Set. string "MX" no
name Name (e.g. app or cluster). string "" no
repository Terraform current module repo string "https://github.com/clouddrove/terraform-aws-ses" no
spf_domain_name n/a string "spf_domain" no
template_html The HTML body of the email. Must be less than 500KB in size, including both the text and HTML parts. string "" no
template_subject The subject line of the email. string "" no
text The email body that will be visible to recipients whose email clients do not display HTML. string "" no
txt_type Txt type for Record Set. string "TXT" no
zone_id Route53 host zone ID to enable SES. string "" no

Outputs

Name Description
domain_identity_arn ARN of the SES domain identity.
iam_access_key_id The access key ID.
iam_access_key_secret The access key secret.
id The domain name of the domain identity.