Requirements
- Terraform 0.11.11
- Go 1.11.5 (to build the provider plugin)
Install
Download the binary here
the documentation for installing Third-party plugins
Build without docker
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 git@github.com:remijouannet/terraform-provider-osc
Enter the provider directory and build the provider
$ cd $GOPATH/src/github.com/remijouannet/terraform-provider-osc
$ make build
Build with docker
build the docker image
$ make docker-image
build the binaries, you'll find all the binaries in pkg/
$ make docker-build