Install yum-config-manager to manage the repositories.
sudo yum install -y yum-utils
Use yum-config-manager to add the official HashiCorp Linux repository.
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
Install the terraform package
sudo yum -y install terraform
That's it.
Comments
Post a Comment