From 5906e3e6688e36a4baff3d045e6afa98e6e0abb7 Mon Sep 17 00:00:00 2001 From: Paddy Date: Tue, 7 Dec 2021 11:46:42 -0800 Subject: [PATCH] Update README.md (#1) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aab173..da58802 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # 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). See [Which SDK Should I Use?](https://www.terraform.io/docs/plugin/which-sdk.html) in the Terraform documentation for additional information._ +_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). See [Which SDK Should I Use?](https://www.terraform.io/docs/plugin/which-sdk.html) in the Terraform documentation for additional information._ 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: -- A resource, and a data source (`internal/provider/`), +- A resource and a data source (`internal/provider/`), - Examples (`examples/`) and generated documentation (`docs/`), - Miscellaneous meta files. @@ -16,7 +16,7 @@ Once you've written your provider, you'll want to [publish it on the Terraform R ## Requirements -- [Terraform](https://www.terraform.io/downloads.html) >= 1.0.3 +- [Terraform](https://www.terraform.io/downloads.html) >= 1.0 - [Go](https://golang.org/doc/install) >= 1.17 ## Building The Provider