|
@@ -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
|