專案

一般

配置概況

Install Terraform on RockyLinux 8

OS版本:Rocky Linux release 8.8
Terraform版本: v1.6.6

安裝Terraform

[root@host ~]# dnf install -y yum-utils
[root@host ~]# yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
[root@host ~]# dnf install install terraform

驗證Terraform是否安裝成功

[root@host ~]#  terraform --version
Terraform v1.6.6
on linux_amd64

回到頁首