File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ Requirements
16
16
Building The Provider
17
17
---------------------
18
18
19
- Clone repository to: ` $GOPATH/src/github.com/hashicorp /terraform-provider-$PROVIDER_NAME `
19
+ Clone repository to: ` $GOPATH/src/github.com/terraform-providers /terraform-provider-$PROVIDER_NAME `
20
20
21
21
``` sh
22
- $ mkdir -p $GOPATH /src/github.com/hashicorp ; cd $GOPATH /src/github.com/hashicorp
23
- $ git clone
[email protected] :
hashicorp /terraform-provider-
$PROVIDER_NAME
22
+ $ mkdir -p $GOPATH /src/github.com/terraform-providers ; cd $GOPATH /src/github.com/terraform-providers
23
+ $ git clone
[email protected] :
terraform-providers /terraform-provider-
$PROVIDER_NAME
24
24
```
25
25
26
26
Enter the provider directory and build the provider
27
27
28
28
``` sh
29
- $ cd $GOPATH /src/github.com/hashicorp /terraform-provider-$PROVIDER_NAME
29
+ $ cd $GOPATH /src/github.com/terraform-providers /terraform-provider-$PROVIDER_NAME
30
30
$ make build
31
31
```
32
32
You can’t perform that action at this time.
0 commit comments