Please find the steps for installing Terraform On Red Hat Enterprise Linux or CentOS in AWS cloud.
Pre-requisites:
Red Hat EC2 instance is already up and running
Go to HashiCorp Website
Copy steps for Linux under CentOS/RHEL
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo yum -y install terraform
Check Terraform version
terraform -version
this should show version of Terraform. As of Aug 3, 2023 version was
Terraform v1.5.4
Please watch the above steps in action below:
No comments:
Post a Comment