Skip to content

Trility/tf-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-plugins

Terraform Plugins

Build Status

Install

# Create a workspace for golang projects
mkdir -p ~/golang/src
mkdir -p ~/golang/pkg
mkdir -p ~/golang/bin

# Edit .bashrc to set go paths for user specific
# Golang Exports
export PATH=$PATH:/usr/local/go/bin
export GOROOT=/usr/local/go
export GOPATH=~/golang
export PATH=$PATH:$GOPATH/bin
  • Build the plugin
curl https://glide.sh/get | sh
cd $GOPATH/src/github.com/Trility/
git clone https://github.com/Trility/tf-plugins.git
glide install
go build -o ${GOPATH}/bin/tf-plugins
  • Add/Edit ~/.terraformrc
providers {
    trility = "/path/to/golang/bin/tf-plugins"
}

Releases

No releases published

Packages

No packages published