Download the binary here
the documentation for installing Third-party plugins
Clone repository to: $GOPATH/src/github.com/remijouannet/terraform-provider-osc
$ mkdir -p $GOPATH/src/github.com/remijouannet; cd $GOPATH/src/github.com/remijouannet
$ git clone [email protected]:remijouannet/terraform-provider-osc
Enter the provider directory and build the provider
$ cd $GOPATH/src/github.com/remijouannet/terraform-provider-osc
$ make build
build the docker image
$ make docker-image
build the binaries, you'll find all the binaries in pkg/
$ make docker-build