Clone the repository anywhere. Enter the directory and build the provider with:
$ make build
Terraform can then be called from the provider directory. For the provider to
be available outside of the provider directory, it has to be installed
to ~/.terraform.d/plugins
:
$ make install
See the examples.
If you wish to work on the provider, you'll first need Go installed on your machine (version 1.16+ is required). To compile the provider, run:
$ make build