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.61k stars 9k forks source link

[AWS SDK for Go Migration] Macie Service #36184

Open breathingdust opened 4 months ago

breathingdust commented 4 months ago

Description

To align with the dates described on #32976 the Macie 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_macie2_account"
"aws_macie2_classification_export_configuration"
"aws_macie2_classification_job"
"aws_macie2_custom_data_identifier"
"aws_macie2_findings_filter"
"aws_macie2_invitation_accepter"
"aws_macie2_member"
"aws_macie2_organization_admin_account"

Data Sources In Scope for Migration

References

github-actions[bot] commented 4 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

theipster commented 2 weeks ago

Hi, I've submitted pull request #37999 to cover this - feedback is more than welcome! 🙂