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.6k stars 8.99k forks source link

[AWS SDK for Go Migration] Pinpoint Service #36197

Open breathingdust opened 3 months ago

breathingdust commented 3 months ago

Description

To align with the dates described on #32976 the Pinpoint 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_pinpoint_adm_channel"
"aws_pinpoint_apns_channel"
"aws_pinpoint_apns_sandbox_channel"
"aws_pinpoint_apns_voip_channel"
"aws_pinpoint_apns_voip_sandbox_channel"
"aws_pinpoint_app"
"aws_pinpoint_baidu_channel"
"aws_pinpoint_email_channel"
"aws_pinpoint_event_stream"
"aws_pinpoint_gcm_channel"
"aws_pinpoint_sms_channel"

Data Sources In Scope for Migration

References

github-actions[bot] commented 3 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue