Loading

terraform 安装

官方下载页面

https://www.terraform.io/downloads.html

Windows安装步骤

在Windows上,它至少包含C:\Windows和C:\Windows\system32目录

右击我的电脑-属性-高级系统设置-环境变量-系统变量-Path-编辑-新建

linux & Mac安装步骤

在Linux和Mac OS X上,它通常包含bin与sbin当前用户相关的所有目录。
根据上面下载地址,下载相应的安装包

➜  bin pwd
/usr/local/bin     #把terraform放到此目录
➜  bin chmod +x terraform
➜  bin ls -ld terraform
-rwxr-xr-x@ 1 15b883  staff  57514944  1  9 06:45 terraform
➜  bin cd
➜  ~ terraform --version
Terraform v0.12.19
posted @ 2020-01-13 20:42  宋某人  阅读(1110)  评论(0编辑  收藏  举报