diff --git a/README.md b/README.md index 2eac5bc..a5b7bd3 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Terraform Provider Requirements ------------ -- [Terraform](https://www.terraform.io/downloads.html) 0.10.x -- [Go](https://golang.org/doc/install) 1.11 (to build the provider plugin) +- [Terraform](https://www.terraform.io/downloads.html) 1.19.x +- [Go](https://golang.org/doc/install) 1.22 (to build the provider plugin) Building The Provider --------------------- @@ -37,7 +37,7 @@ Using the provider Developing the Provider --------------------------- -If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.11+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`. +If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.22+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`. To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.