-
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
[Docs]: Policy update to recommended AWS SDK V2 and Plugin Framework #33595
Conversation
Community NoteVoting for Prioritization
For Submitters
|
e2a08bc
to
bbae5e3
Compare
a4b9bcf
to
76f617e
Compare
76f617e
to
6866cd7
Compare
6866cd7
to
11b986a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
This functionality has been released in v5.23.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Updates the contributor documentation to reflect that AWS SDK for Go V2 and Terraform Plugin Framework are now the preferred libraries for use with the provider. This includes stating that all net-new resources and data sources must be implemented with Terraform Plugin Framework, and net-new services must use V2 AWS SDK clients. Code samples have been updated to includes examples with each library/framework, where applicable.
The complete list of pages requiring modification:
To preview a rendered version of the documentation locally, install
mkdocs
(see updateddocs/README.md
for instructions) and run:Relations
Relates: #32917
Output from Acceptance Testing
N/a - docs