In the past, we just unzip and copy terraform file to /usr/local/bin (linux), and terraform will works.
The latest terraform release version of github/terraform is a package, when unzip the terraform v1.1.6.zip or *.tar.gz, the folder contains many binary file in the directory. How can we install it manually in Ubuntu 20.04? thanks.