我是靠谱客的博主 自觉战斗机,这篇文章主要介绍terraform及terragrunt的安装其实terraform和terragrunt都是单个文件,直接放在/usr/local/ bin下作为全局命令即可。terraform:terragrunt:,现在分享给大家,希望可以做个参考。
其实terraform和terragrunt都是单个文件,直接放在/usr/local/ bin下作为全局命令即可。
terraform:
安装指定版本:
linux:
sudo yum install wegt unzip
wget https://releases.hashicorp.com/terraform/0.11.14/terraform_0.11.14_linux_amd64.zip
unzip terraform_0.11.14_linux_amd64.zip
cp terraform /usr/local/bin
macos
brew search terraform
brew install terraform@0.11
terragrunt:
安装指定版本:
linux:
macos:
去github上找到terragrunt,
然后下载terragrunt_darwin_amd64
下载之后不用安装,我是放在/usr/local/Cellar/terraform@0.11/0.11.14/bin/terragrunt_darwin_amd64目录里了。
然后在/usr/local/bin 下使用ln -s terragrunt /usr/local/Cellar/terraform@0.11/0.11.14/bin/terragrunt_darwin_amd64
最后
以上就是自觉战斗机最近收集整理的关于terraform及terragrunt的安装其实terraform和terragrunt都是单个文件,直接放在/usr/local/ bin下作为全局命令即可。terraform:terragrunt:的全部内容,更多相关terraform及terragrunt的安装其实terraform和terragrunt都是单个文件,直接放在/usr/local/内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复