Maintainers
This provider plugin is maintained by:
Requirements
- Terraform 0.15.x and higher recommended
- Go 1.14 (to build the provider plugin)
Building The Provider
Clone repository to: $GOPATH/src/github.com/fossilmfc/terraform-provider-websupport
$ mkdir -p $GOPATH/src/github.com/fossilmfc; cd $GOPATH/src/github.com/fossilmfc
$ git clone https://github.com/fossilmfc/terraform-provider-websupport
Enter the provider directory and build the provider
$ cd $GOPATH/src/github.com/fossilmfc/terraform-provider-websupport
$ goreleaser
Using the provider
Please see the documentation at this repo here.
Also, check if the provider is already in terraform registry by searching for fossilmfc/websupport
provider.
Developing the Provider
Provider is currently being build by goreleaser (you need to install it locally first).
You can also try to build by running command goreleaser
.