installing terraform on centos #linux #terraform #opensource

installing terraform on centos #linux #terraform #opensource

#Install terraform on centos in simple steps sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RH... sudo yum -y install terraform #For Checking if installation has done terraform -help