Skip to content

d4n3sh/learning-terraform

Repository files navigation

learning-terraform

Install terraform on my Arch box

Download binary for Terraform

Terraform download page

cd ~/Downloads
❯ wget https://releases.hashicorp.com/terraform/0.13.4/terraform_0.13.4_linux_amd64.zip
❯ unzip terraform_0.13.4_linux_amd64.zip
❯ mkdir ~/.bin/
❯ mv -v terraform ~/.bin

Export PATH env variable

Add export ZSH="/home/danesh/.oh-my-zsh" to ~/.zshrc

Enable tab-completion support

Add into ~/.zshrc

autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C ~/.bin/terraform terraform

Verify

Start a new terminal to reload the env variables.

❯ which terraform
/home/danesh/.bin/terraform
❯ terraform version
Terraform v0.13.4

About

Learning Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages