Please consult the documentation output in the docs/ subdirectory of this repository for usage information.
This provider is built on the Terraform Plugin Framework. A template repository built on the Terraform Plugin SDK can be found at terraform-provider-scaffolding. See Which SDK Should I Use? in the Terraform documentation for additional information.
- Clone the repository
- Enter the repository directory
- Build the provider using the Go
installcommand:
go installIf you wish to work on the provider, you'll first need Go installed on your machine (see Requirements above).
To compile the provider, run go install. This will build the provider and put the provider binary in the $GOPATH/bin directory.
To generate or update documentation, run make generate.