-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
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
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
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
This was referenced Nov 7, 2023
This was referenced Nov 22, 2023
This was referenced Dec 1, 2023
This was referenced Jan 29, 2024
This was referenced Feb 6, 2024
This was referenced Jul 19, 2024
This was referenced Aug 6, 2024
This was referenced Aug 7, 2024
This was referenced Aug 16, 2024
This was referenced Oct 21, 2024
This was referenced Oct 28, 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.
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 of 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
The text was updated successfully, but these errors were encountered: