How to install Terraform command in the GNU/Linux Debian
Terraform is one of the popular tools to implement infrastructure as code (IAC).
My trial is using GNU/Linux Debian.
Here are two steps to install the terraform command:
- Terraform can be downloaded on this website: https://www.terraform.io/downloads.html
- Unzip it's the file to the binary PATH
Reference:
https://www.terraform.io/downloads.html
Komentar