File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1010
1111## Requirements
1212
13- - [ Terraform] ( https://www.terraform.io/downloads.html ) 0.10.x
14- - [ Go] ( https://golang.org/doc/install ) 1.11 (to build the provider plugin)
13+ - [ Terraform] ( https://www.terraform.io/downloads.html ) 1.0
14+ - [ Go] ( https://golang.org/doc/install ) 1.25 (to build the provider plugin)
1515
1616## Building The Provider
1717
18- Clone repository to: ` $GOPATH/src/github.com/scaleway/terraform-provider-scaleway `
19-
2018``` sh
21- $ mkdir -p $GOPATH /src/github.com/scaleway; cd $GOPATH /src/github.com/scaleway
2219$ git clone
[email protected] :scaleway/terraform-provider-scaleway.git
2320```
2421
2522Enter the provider directory and build the provider
2623
2724``` sh
28- $ cd $GOPATH /src/github.com/scaleway/terraform-provider-scaleway
2925$ make build
3026```
3127
You can’t perform that action at this time.
0 commit comments