自学内容网 自学内容网

Install Terraform(安装篇)

macOS

Package manager

brew tap hashicorp/tap
brew install hashicorp/tap/terraform

Linux

package manager

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

windows

 下载链接:https://releases.hashicorp.com/terraform/1.9.2/terraform_1.9.2_windows_amd64.zip

更多的下载和安装方式可以参考官网:Install | Terraform | HashiCorp Developer


原文地址:https://blog.csdn.net/weixin_45942735/article/details/140419114

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!