ses-domain
dod-iac/ses-domain/aws
AWS SES Domain
Usage Setup a SES domain and generate DKIM tokens. ``hcl module "ses_domain" { source = "dod-iac/ses-domain/aws" dkim = true domain = "example.com" } ` Setup a SES domain, verify using Route 53, generate DKIM tokens, and setup for DKIM signing using Route 53. `hcl module "ses_domain" { source = "dod-iac/ses-domain/aws" dkim = true domain = "example.com" route53_dkim = true route53_verification = true route53_zone_id = var.route53_zone_id } ` Terraform Version Terraform 0.12. Pin module version to ~> 1.0.0 . Submit pull-requests to master branch. Terraform 0.11 is not supported. License This project constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105. However, because the project utilizes code licensed from contributors a
| Name | Type | Description | Default |
|---|---|---|---|
| domain | string | The domain name to assign to SES. | required |
| dkim | bool | Generate DKIM tokens for the SES domain. | false |
| route53_dkim | bool | Adds CNAME records to the provided Route 53 zone to enable DKIM signing. | false |
| route53_verification | bool | Adds TXT record to the provided Route 53 zone to verify the domain. | false |
| route53_zone_id | string | The id of the Route 53 zone that is used for domain verification and DKIM record | "" |
domain_identity_arn — The ARN of the domain identity.domain_identity_id — The ID of the domain identity.domain_verification_token — A code which when added to the domain as a TXT record will signal to SES that the owner of the domaidkim_tokens — DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SESAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,