Skip to content
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

[Provider]: Migration to aws-sdk-go-v2 #32976

Open
breathingdust opened this issue Aug 11, 2023 · 1 comment
Open

[Provider]: Migration to aws-sdk-go-v2 #32976

breathingdust opened this issue Aug 11, 2023 · 1 comment
Labels
aws-sdk-go-migration Issues that are related to the providers migration to AWS SDK for Go v2. enhancement Requests to existing resources that expand the functionality or scope. provider Pertains to the provider itself, rather than any interaction with AWS.

Comments

@breathingdust
Copy link
Member

breathingdust commented Aug 11, 2023

Description

The majority of the Terraform AWS Providers resources and data sources are based on aws-sdk-go. Currently we support the use of both aws-sdk-go and aws-sdk-go-v2 in the provider, and have a significant number of resources based on aws-sdk-go-v2.

AWS have now announced the End-Of-Support plan for the AWS SDK for Go v1 which presents these key dates for the provider to work towards:

Start of Maintenance Mode: July 31, 2024

Effectively this means that feature development on existing resources will require migration to v2 of the provider, as new features will not be added to that version off the SDK.

End of Support: July 31, 2025

By this time the provider should not have any functionality dependent on V1 of the SDK.

The maintainer team has stopped accepting net-new resources/data sources based on aws-sdk-go.

References

Services Requiring Migration

@breathingdust breathingdust added enhancement Requests to existing resources that expand the functionality or scope. proposal Proposes new design or functionality. provider Pertains to the provider itself, rather than any interaction with AWS. labels Aug 11, 2023
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@breathingdust breathingdust added aws-sdk-go-migration Issues that are related to the providers migration to AWS SDK for Go v2. and removed proposal Proposes new design or functionality. labels Mar 6, 2024
@breathingdust breathingdust changed the title [Proposal]: Migration to aws-sdk-go-v2 [Provider]: Migration to aws-sdk-go-v2 Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws-sdk-go-migration Issues that are related to the providers migration to AWS SDK for Go v2. enhancement Requests to existing resources that expand the functionality or scope. provider Pertains to the provider itself, rather than any interaction with AWS.
Projects
None yet
Development

No branches or pull requests

1 participant