From c24dd5b0832db0f9de8ebb6be8a1d6cdce704e68 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 1 Dec 2021 05:39:19 -0500 Subject: [PATCH] Fix README grammatical error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed50fe9..5930696 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Terraform Provider Scaffolding (Terraform Plugin Framework) -_This template repository is built on the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework). The template repository built on the [Terraform Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk), can be found at [terraform-provider-scaffolding](https://github.com/hashicorp/terraform-provider-scaffolding). For additional information on deciding which provider SDK to use, see the [Which SDK Should I Use?](https://www.terraform.io/docs/plugin/which-sdk.html) in the Terraform documentation._ +_This template repository is built on the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework). The template repository built on the [Terraform Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk), can be found at [terraform-provider-scaffolding](https://github.com/hashicorp/terraform-provider-scaffolding). For additional information on deciding which provider SDK to use, see [Which SDK Should I Use?](https://www.terraform.io/docs/plugin/which-sdk.html) in the Terraform documentation._ This repository is a *template* for a [Terraform](https://www.terraform.io) provider. It is intended as a starting point for creating Terraform providers, containing: