Compatible Calico V3.
You can find all the releases here. The project is available for Linux, Mac and Windows as binaries and as deb and rpm packages.
If you want to build the project by yourself, you can. The prerequisites are :
- Go (version 1.9+)
- Glide
git clone https://github.com/cdiscount.com/terraform-provider-calico
make build
The tests can be run with a ETCD dockerized with this command:
make test
The average test coverage result is 70%.