-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for SES domain and email identity default configuration set #21129
Comments
I am going to take care of this. As the first step we need to migrate from |
Do you have an estimation on this implementation? |
Any news on this? |
Any updates?! |
@kamilturek |
I'll try to pick this up again soon 🤞 |
Is there any update regarding the estimation of this feature? Currently this is a blocker for our use case to use Terraform :( |
I see there's a plan and a pull request for moving to sesv2. Hope this helps move this one forward as well! |
Hi there, @ewbankkit / @kamilturek : This topic reports the issue for both domain and email identities. I think so far only the email identity was covered. Should the whole issue be closed in this case? Is there maybe a plan to get the aws_sesv2_domain_identity resource implemented? I'd have a ton of uses for it! :) |
@gmx-git There's no such thing as a domain identity in SES v2 API. The "email identity" supports both email addresses and domains. API reference: https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateEmailIdentity.html |
Yeah, looking at the API reference, it makes sense to have a single call to create the SES identity resources. |
This functionality has been released in v4.37.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
SES domain and email identities support setting a default configuration set (in the SESv2 API). Currently, Terraform does not support this feature for either of the relevant resources (aws_ses_domain_identity, aws_ses_email_identity).
The AWS API supports both specifying a default configuration set when creating a new email identity (CreateEmailIdentity), as well as setting a default configuration set for an existing email identity (PutEmailIdentityConfigurationSetAttributes).
New or Affected Resource(s)
Potential Terraform Configuration
OR:
References
The text was updated successfully, but these errors were encountered: