Configure Development Environment
- Install Terraform and go
- I used the version in the default Ubuntu apt repos
- Using ZSH
- If you are using zsh I recommend adding the following line to your
.zshrc
export PATH="$PATH:$(go env GOPATH)/bin"
- Credits to mmik in this post
- If you are using zsh I recommend adding the following line to your