Open jsf9k opened 1 month ago
Consider using the aws_sesv2_email_identity resource instead of the aws_ses_domain_identity resource, although it would likely be a destructive upgrade.
aws_sesv2_email_identity
aws_ses_domain_identity
The v2 API is the way forward, and new SES features will only be supported in the v2 API.
See here.
💡 Summary
Consider using the
aws_sesv2_email_identity
resource instead of theaws_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.