From 2fe1938076bdba42ef9c2af0a5833e4d823f5cf0 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 28 Apr 2022 12:53:45 -0400 Subject: [PATCH] plugin/framework: Initial State Upgrade information (#2255) Reference: https://github.com/hashicorp/terraform-plugin-framework/issues/42 Reference: https://github.com/hashicorp/terraform-plugin-framework/pull/292 git mv file --- {content => website/docs}/plugin/which-sdk.mdx | 1 - 1 file changed, 1 deletion(-) rename {content => website/docs}/plugin/which-sdk.mdx (99%) diff --git a/content/plugin/which-sdk.mdx b/website/docs/plugin/which-sdk.mdx similarity index 99% rename from content/plugin/which-sdk.mdx rename to website/docs/plugin/which-sdk.mdx index 062dde45d..cb230e084 100644 --- a/content/plugin/which-sdk.mdx +++ b/website/docs/plugin/which-sdk.mdx @@ -48,7 +48,6 @@ The framework is still under development, and so it may not yet support some features that are available in SDKv2. These include the ability to: * Use timeouts. -* Define resource state upgraders. These features are on our roadmap to implement and support, but if you need them _today_, SDKv2 may be a better choice.