Skip to content

prasanthr/terraform-provider-aviatrix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Provider

A basic Terraform provider for Aviatrix.

Requirements

  • Terraform 0.10.x
  • Go 1.8 (This will be used to build the provider plugin. Check this doc to setup GOPATH)

Building The Provider

Clone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-aviatrix

$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers
$ git clone [email protected]:AviatrixSystems/terraform-provider-aviatrix

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-aviatrix
$ make build

Using Aviatrix Provider

Activate the provider by adding the following to ~/.terraformrc

providers {
  "aviatrix" = "$GOPATH/bin/terraform-provider-aviatrix"
}

Examples

Check examples here.

About

Aviatrix terraform frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.1%
  • Shell 2.5%
  • HCL 2.2%
  • Makefile 1.2%
  • HTML 1.0%