Terraform module to configure SES.
| Name |
Source |
Version |
| smtp_users |
schubergphilis/mcaf-user/aws |
~> 1.0.0 |
| Name |
Description |
Type |
Default |
Required |
| domain |
Domain name |
string |
n/a |
yes |
| create_spf_wildcard_record |
Set to true to create an additional wildcard SPF record that denies email from all subdomains |
bool |
true |
no |
| dmarc |
DMARC configuration |
object({ policy = optional(string, "v=DMARC1;p=reject;sp=reject") rua = optional(string) ruf = optional(string) }) |
{ "policy": "v=DMARC1;p=reject;sp=reject" } |
no |
| kms_key_id |
KMS key ARN used for encryption |
string |
null |
no |
| mail_from_domain |
Set a MAIL FROM domain (defaults to mail.$domain) |
string |
null |
no |
| region |
The AWS region where resources will be created; if omitted the default provider region is used |
string |
null |
no |
| smtp_users |
List of SMTP users allowed to send mail from this domain |
list(string) |
[] |
no |
| tags |
Map of tags to set on Terraform created resources |
map(string) |
null |
no |
No outputs.