Skip to content

Commit 60874d8

Browse files
committed
Fix README
1 parent 07f219a commit 60874d8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,18 @@
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

2522
Enter 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

0 commit comments

Comments
 (0)