- Website: https://www.terraform.io
- Documentation: https://registry.terraform.io/providers/netrisai/netris/latest
See the Netris Provider documentation to get started using the Netris provider.
Provider version | Controller version |
---|---|
v1.X |
v3.0 |
v2.X |
v3.1+ |
v3.X |
v4.0+ |
v3.3 |
v4.3+ |
If you wish to work on the provider, you'll first need Go installed on your machine (version 1.20+ is required).
To compile the provider, make sure that OS_ARCH
in the Makefile is correct and run make install
. This will build the provider and put the provider binary in the ~/.terraform.d/plugins/
directory.
make install