Skip to content

Conversation

stephybun
Copy link
Member

This PR adds the documentation for the not yet released v2.38.0 of the terraform-plugin-sdk

@stephybun stephybun requested review from a team as code owners September 15, 2025 07:47
Copy link

github-actions bot commented Sep 15, 2025

Vercel Previews Deployed

Name Status Preview Updated (UTC)
Dev Portal ✅ Ready (Inspect) Visit Preview Tue Sep 23 19:29:48 UTC 2025
Unified Docs API ✅ Ready (Inspect) Visit Preview Tue Sep 23 19:23:37 UTC 2025

Copy link

github-actions bot commented Sep 15, 2025

Broken Link Checker

No broken links found! 🎉

@stephybun stephybun changed the title Add [email protected] documentation Add [email protected] documentation Sep 15, 2025
Copy link
Member

@austinvalle austinvalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀, I left some nit comments but since our docs can be updated after release, they can always be addressed in a follow-up.

The following pre-requisites are required to implement `list` for an SDKv2 resource:

1. The provider must be able to access framework functionality, this can be achieved by [combining providers](/terraform/plugin/mux/combining-protocol-version-5-providers)
1. The list resource type needs to be added to the provider so that it is available to practitioners
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: It might help to explicitly mention that the list resource is added to the "framework" provider (I think that's kind of assumed, since it's impossible to add anything to SDKv2 for it)

@rainkwan
Copy link
Contributor

Also LGTM

@austinvalle austinvalle merged commit 300b3be into main Sep 23, 2025
15 checks passed
@austinvalle austinvalle deleted the f/plugin-sdk-2-38-0 branch September 23, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants