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] App Mesh Service #36113

Open breathingdust opened 4 months ago

breathingdust commented 4 months ago

Description

To align with the dates described on #32976 the App Mesh 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_appmesh_gateway_route"
"aws_appmesh_mesh"
"aws_appmesh_route"
"aws_appmesh_virtual_gateway"
"aws_appmesh_virtual_node"
"aws_appmesh_virtual_router"
"aws_appmesh_virtual_service"

Data Sources In Scope for Migration

"aws_appmesh_gateway_route"
"aws_appmesh_mesh"
"aws_appmesh_route"
"aws_appmesh_virtual_gateway"
"aws_appmesh_virtual_node"
"aws_appmesh_virtual_router"
"aws_appmesh_virtual_service"

References

github-actions[bot] commented 4 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue