How to install tfswitch on Ubuntu 20.04

Hey, I'm a postgraduate in Cyber Security with practical experience in Software Engineering and DevOps Operations. The top player on TryHackMe platform, multilingual speaker (Kazakh, Russian, English, Spanish, and Turkish), curios person, bookworm, geek, sports lover, and just a good guy to speak with!
Overview:
The tfswitch command line tool lets you switch between different versions of terraform. If you do not have a particular version of terraform installed, tfswitch lets you download the version you desire.
Installation:
- Download the latest current version 0.13.1218 from here
- Extract tfswitch into
/usr/local/bin. This directory is used for locally installed software.sudo mv tfswitch /usr/local/bin - Check version:
tfswitch --version
Usage:
Usage of the tool is simple. You just need to run the tfswitch command and select the required version of Terraform






