Skip to content

ustream/terraform-provider-calico-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provider Calico for Terraform

Compatible Calico V3.

Installation

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

Documentation

Testing

The tests can be run with a ETCD dockerized with this command:

make test

The average test coverage result is 70%.