filmov
tv
How To Install Terraform in Linux (CentOS) Step by step
Показать описание
Steps to install terrafrom in LINUX(CentOS):
---------------------------------------------------------
Step1: To install Terraform, find the appropriate package for your system and download it.
Step2: Terraform is packaged as a zip archive, So, after downloading Terraform, unzip the package.
Step3: Terraform runs as a single binary named terraform.
Step4: The final step is to make sure that the terraform binary is available on the PATH.
Step5: Finally verify the installation of terraform with following command.
terraform
terraform -version
---------------------------------------------------------
Step1: To install Terraform, find the appropriate package for your system and download it.
Step2: Terraform is packaged as a zip archive, So, after downloading Terraform, unzip the package.
Step3: Terraform runs as a single binary named terraform.
Step4: The final step is to make sure that the terraform binary is available on the PATH.
Step5: Finally verify the installation of terraform with following command.
terraform
terraform -version