Hello everyone, we will install the terraform on the our centos/rhel linux distrubition. We know Terreform is very powerfull tool to create or manage resources on our cloud platform/cloud env like GCP,AWS, Private Cloud, Opensshift, VMware and etc.
Let’s start to installation.
NOTE: Our machine should connect the internet and shoul have permision the package installation. We will use root user for this intallation.
Step1:
Install the yum-utils package, we are using this package to add or manage the our repo with yum-config-manager.
yum install -y yum-utils
Then, add the for Terraform repo address from Hashicorp.
yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
yum -y install terraform
Check the installation with command below.
terraform -v

That you for reading.
No responses yet