File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,17 @@ Terraform Provider for Sysdig
1111Requirements
1212------------
1313
14- - [ Terraform] ( https://www.terraform.io/downloads.html ) 0.10 .x
15- - [ Go] ( https://golang.org/doc/install ) 1.9 (to build the provider plugin)
14+ - [ Terraform] ( https://www.terraform.io/downloads.html ) 0.12 .x
15+ - [ Go] ( https://golang.org/doc/install ) 1.12 (to build the provider plugin)
1616
1717Building The Provider
1818---------------------
1919
2020Clone repository to: ` $GOPATH/src/github.com/draios/terraform-provider-sysdig `
2121
2222``` sh
23- $ mkdir -p $GOPATH /src/github.com/draios; cd $GOPATH /src/github.com/draios
2423$ git clone
[email protected] :draios/terraform-provider-sysdig
25- ```
26-
27- Ensure you have [ dep] ( https://golang.github.io/dep/ ) installed and enter the
28- provider directory and build the provider
29-
30- ``` sh
31- $ cd $GOPATH /src/github.com/draios/terraform-provider-sysdig
32- $ dep ensure
24+ $ cd terraform-provider-sysdig
3325$ make build
3426```
3527
You can’t perform that action at this time.
0 commit comments