parent
59fb16c61a
commit
9e6b608eb9
@ -17,7 +17,7 @@ Once you've written your provider, you'll want to [publish it on the Terraform R
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
|
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
|
||||||
- [Go](https://golang.org/doc/install) >= 1.18
|
- [Go](https://golang.org/doc/install) >= 1.19
|
||||||
|
|
||||||
## Building The Provider
|
## Building The Provider
|
||||||
|
|
||||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
|||||||
module github.com/hashicorp/terraform-provider-scaffolding-framework
|
module github.com/hashicorp/terraform-provider-scaffolding-framework
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/hashicorp/terraform-plugin-docs v0.14.1
|
github.com/hashicorp/terraform-plugin-docs v0.14.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user