Improve this page

Back to AWS Terraform templates index <–

AWS SES Domain Identity Verification

Provides AWS SES Domain Identity Verification.

Template Locations

Online documentation

Template reference
Service description

Resource Description Automation
module "aws_ses_domain_identity_verification" {
    domain     = aws_ses_domain_identity.example.id
    depends_on = [aws_route53_record.example_amazonses_verification_record]
}