Skip to content

Instantly share code, notes, and snippets.

@displague
Last active November 15, 2017 14:37
Show Gist options
  • Save displague/5497abe1c23e214cb27160d9faaa7883 to your computer and use it in GitHub Desktop.
Save displague/5497abe1c23e214cb27160d9faaa7883 to your computer and use it in GitHub Desktop.

Trying Terraform with Linode

eval $(go env)
export PATH=$PATH:$GOPATH/bin
go get github.com/hashicorp/terraform
cd $GOPATH/src/github.com/hashicorp/terraform
git remote add displague [email protected]:displague/terraform
git fetch displague
git checkout add-linode-provider
go get -u
make dev
make plugin-dev PLUGIN=provider-linode
cd examples/linode
cat README.md

Follow the text in the readme.

@displague
Copy link
Author

I'll have to take a look this weekend and get this updated. It has been a while since I tried these steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment