hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.73k stars 9.09k forks source link

[AWS SDK for Go Migration] SES (Simple Email) Service #36212

Closed breathingdust closed 1 month ago

breathingdust commented 6 months ago

Description

To align with the dates described on #32976 the SES (Simple Email) Service requires migration to rely fully on AWS SDK for Go v2. This change should be mechanical in nature and not introduce any behavior changes.

The maintainer team will be working on these migrations but as always, help from the community is always appreciated. We would require passing acceptance tests for the entire set of resources being migrated. (We will also validate on review)

For further information about the migration, please see the parent issue #32976.

Resources In Scope for Migration

"aws_ses_active_receipt_rule_set"
"aws_ses_configuration_set"
"aws_ses_domain_dkim"
"aws_ses_domain_identity"
"aws_ses_domain_identity_verification"
"aws_ses_domain_mail_from"
"aws_ses_email_identity"
"aws_ses_event_destination"
"aws_ses_identity_notification_topic"
"aws_ses_identity_policy"
"aws_ses_receipt_filter"
"aws_ses_receipt_rule"
"aws_ses_receipt_rule_set"
"aws_ses_template"

Data Sources In Scope for Migration

"aws_ses_active_receipt_rule_set"
"aws_ses_domain_identity"
"aws_ses_email_identity"

References

github-actions[bot] commented 6 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

HubbardHarvey3 commented 1 month ago

@kamilturek I didn't think to self assign this issue, but I am ironing out what I hope are the last few failing acceptance tests.
I would like to finish and post a merge request.
However, since you were first to assign the issue to yourself, I will stop if you would rather complete it.

kamilturek commented 1 month ago

@HubbardHarvey3 Sorry, I had no idea someone is already working on it. Please finish your work. I'll unassign myself.

HubbardHarvey3 commented 1 month ago

No worries, I should have posted a comment earlier. Thank you very much for understanding.

github-actions[bot] commented 1 month ago

[!WARNING] This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

github-actions[bot] commented 4 weeks ago

This functionality has been released in v5.62.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!