terraform-plugin-framework icon indicating copy to clipboard operation
terraform-plugin-framework copied to clipboard

website: Remove Source Code Links and Replace With Generic Examples

Open bendbennett opened this issue 3 years ago • 0 comments

Module version

v0.12.0

Use-cases

The guide for migrating from SDKv2 to the Framework currently contains links to examples within the http, random and tls providers. Consequently, when there are changes in the Framework, such as the recent deprecation of DataSourceType, ResourceType, Provider type GetDataSources, and Provider type GetResources, the source code in the http, random and tls providers needs to be updated and then the links within the migration guide need to be changed to link to the updated versions of the providers.

Attempted Solutions

Update the http, random and tls providers and then update the links in the migration guide.

Proposal

Remove all source code links and replace with generic code examples that can be updated independently of changes in providers.

References

  • #473
  • #472

bendbennett avatar Sep 15 '22 07:09 bendbennett