From 2a5282c71463f92907a859a3e12b29508963f988 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 29 Jun 2022 08:53:30 -0400 Subject: [PATCH] Mention terraform-plugin-framework in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07a58aeb71..2cf671aa00 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ # Terraform Plugin SDK -This SDK enables building Terraform plugin which allows Terraform's users to manage existing and popular service providers as well as custom in-house solutions. +This SDK enables building Terraform plugin which allows Terraform's users to manage existing and popular service providers as well as custom in-house solutions. The SDK is stable and broadly used across the provider ecosystem. + +For new provider development it is recommended to investigate [`terraform-plugin-framework`](https://github.com/hashicorp/terraform-plugin-framework), which is a reimagined provider SDK that supports additional capabilities. Refer to the [Which SDK Should I Use?](https://terraform.io/docs/plugin/which-sdk.html) documentation for more information about differences between SDKs. Terraform itself is a tool for building, changing, and versioning infrastructure safely and efficiently. You can find more about Terraform on its [website](https://www.terraform.io) and [its GitHub repository](https://github.com/hashicorp/terraform).