Terraform Tutorials | How to install terraform on LINUX ?

preview_player
Показать описание
Steps to install terrafrom on LINUX:
---------------------------------------------------------

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

If you dont have unzip command then use below command to install unzip with root user:
yum install unzip -y
Рекомендации по теме
Комментарии
Автор

Superb explanation, Thanks a lot for making this videos. it helped me :)

dineshramreddyam
Автор

excellent set up Thanks very much.

naeemulhasan
Автор

still getting an error(bash: terrafrom: command not found...) after set path in Bash_profile..

sasidhanapal
Автор

Thanks for clear Explanation sir, Thanks a lot..

nagarajunagari
Автор

Very nice presentation how to download/install and configure terraform on your linux machine. I loved it. Thank you !!!

mathewkargarzadeh
Автор

should we install terraform in gitbash using amazon ec2 linux or redhat ? plse assist on it

johnfinny
Автор

Sir, Need some more videos on Terraform

machicloud