Official documentation on how to use this provider can be found on the Terraform Registry. In case of specific questions or discussions, please use the
We also provide:
- Contributing guidelines in case you want to help this project
The remainder of this document will focus on the development aspects of the provider.
- Clone the repository.
- Enter the repository directory.
- Build the provider using the Go
install
command:
# This will build the provider and put the provider binary in the `$GOPATH/bin` directory
go install
To generate or update documentation, run go generate
.
In order to run the full suite of Acceptance tests, run make testacc
.
make testacc
-
Use Table Driven tests for Acceptance tests