The Terraform provider for Wiz allows you to manage resources typically managed in the Wiz web interface.
This provider is not yet feature complete and requires development, testing, and polishing.
- Clone the repository
- Enter the repository directory
- Build the provider using the Go
install
command:
$ go install
This provider uses Go modules. Please see the Go documentation for the most up to date information about using Go modules.
To add a new dependency github.com/author/dependency
to your Terraform provider:
go get github.com/author/dependency
go mod tidy
Then commit the changes to go.mod
and go.sum
.
Binaries are available for tagged releases in this repository.
Once you have the provider installed, follow the instructions in the docs folder to understand what options are available. The documentation includes examples.
See the provider docs
We welcome your contribution. Please understand that the experimental nature of this repository means that contributing code may be a bit of a moving target. If you have an idea for an enhancement or bug fix, and want to take on the work yourself, please first create an issue so that we can discuss the implementation with you before you proceed with the work.
You can review our contribution guide to begin. You can also check out our frequently asked questions.