The provider is registered in the official terraform registry
This enables the provider to be auto-installed when you run terraform init
You can also download the latest binary for your target platform from the releases tab.
Clone the repo:
$ mkdir -p terraform-provider-cloudability
$ cd terraform-provider-cloudability
$ git clone https://github.com/skyscrapr/terraform-provider-cloudability
Build the provider: (NOTE: the install directory will allow using this provider by the current user)
$ go build -o ~/.terraform.d/plugins/terraform-provider-cloudability
Please see the terraform-cloudabiliy-modules repo for example usage.