官方安装指南
https://developer.hashicorp.com/terraform/install
https://developer.hashicorp.com/terraform/intro/getting-started/install.html
安装
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
yum安装之后,就是多了个二进制文件
(flask) [root@mcw15 ~]# rpm -qa|grep terraform terraform-1.8.4-1.x86_64 (flask) [root@mcw15 ~]# rpm -ql terraform /usr/bin/terraform (flask) [root@mcw15 ~]#
(flask) [root@mcw15 ~]# terraform --version Terraform v1.8.4 on linux_amd64 (flask) [root@mcw15 ~]#
标签:管理,flask,hashicorp,terraform,mcw15,Terraform,yum,OpenStack,root From: https://www.cnblogs.com/machangwei-8/p/18226415