The Terraform provider for Wiz allows you to manage resources typically managed in the Wiz web interface.
Wiz requested that this notice be posted for this provider:
- This is not an official Wiz Terraform provider
- It has not undergone Wiz security, compliance, or quality review
- Users should rely on the official Wiz Terraform provider, which is maintained and supported by Wiz
- Clone the repository
- Enter the repository directory
- Build the provider using the Go
installcommand:
$ go installThis 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.