cisagov / cool-dns-cyber.dhs.gov

Terraform configuration to create and populate the cyber.dhs.gov zone.
Creative Commons Zero v1.0 Universal
3 stars 9 forks source link

Consider upgrading to `aws_sesv2_email_identity` #109

Open jsf9k opened 1 month ago

jsf9k commented 1 month ago

💡 Summary

Consider using the aws_sesv2_email_identity resource instead of the aws_ses_domain_identity resource, although it would likely be a destructive upgrade.

Motivation and context

The v2 API is the way forward, and new SES features will only be supported in the v2 API.

Implementation notes

See here.