Skip to content

Commit

Permalink
Linking to the framework migration guide (#1097) (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Nov 14, 2022
1 parent ac0b965 commit ff2cdef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/data/plugin-sdk-nav-data.json
@@ -1,6 +1,7 @@
[
{ "heading": "SDKv2" },
{ "title": "Overview", "path": "" },
{ "title": "Migrate to the Framework", "href": "https://developer.hashicorp.com/terraform/plugin/framework/migrating" },
{
"title": "Schemas",
"routes": [
Expand Down
2 changes: 2 additions & 0 deletions website/docs/plugin/sdkv2/index.mdx
Expand Up @@ -31,6 +31,8 @@ Terraform Plugin SDKv2 is an established way to develop Terraform Plugins on [pr

## Migrate to Terraform Plugin Framework

Use the [migration guide](/plugin/framework/migrating) to migrate preexisting providers from SDKv2 to the Terraform Plugin Framework.

The [terraform-plugin-framework](/plugin/framework) is a new way to develop Terraform providers, offering improvements and new features from Terraform Plugin SDKv2. You can refactor individual resources and data sources over time with the following compatibility:

* Terraform 0.12 and later: [Combine your provider](/plugin/mux/combining-protocol-version-5-providers) with the framework provider. You will not be able to use [protocol version 6](/plugin/how-terraform-works#protocol-version-6) features.
Expand Down

0 comments on commit ff2cdef

Please sign in to comment.