Skip to content

Commit ff2cdef

Browse files
authored
Linking to the framework migration guide (#1097) (#1098)
1 parent ac0b965 commit ff2cdef

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

website/data/plugin-sdk-nav-data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[
22
{ "heading": "SDKv2" },
33
{ "title": "Overview", "path": "" },
4+
{ "title": "Migrate to the Framework", "href": "https://developer.hashicorp.com/terraform/plugin/framework/migrating" },
45
{
56
"title": "Schemas",
67
"routes": [

website/docs/plugin/sdkv2/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Terraform Plugin SDKv2 is an established way to develop Terraform Plugins on [pr
3131

3232
## Migrate to Terraform Plugin Framework
3333

34+
Use the [migration guide](/plugin/framework/migrating) to migrate preexisting providers from SDKv2 to the Terraform Plugin Framework.
35+
3436
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:
3537

3638
* 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.

0 commit comments

Comments
 (0)