Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 324 Bytes

terraform.md

File metadata and controls

20 lines (14 loc) · 324 Bytes

terraform

tfenv

There is a terraform bin switcher/downloader. To install manually on arch do: yay -S tfenv

To download a ceartain version and use it

tfenv install 1.1.7
tfenv use 1.1.7

fedora

git clone https://github.com/tfutils/tfenv.git ~/.tfenv
ln -s ~/.tfenv/bin/* ~/.local/bin