【发布时间】:2020-04-06 00:15:43
【问题描述】:
所有。 我正在尝试将 Terraform CLI 更新到版本 0.12.18。我目前在 0.12.9。 我从该站点下载了 .exe 并解压缩,但是当我使用 terraform version 命令时,它仍然告诉我我使用的是 0.12.9 版本。我已将 .exe 放在 C 中的一个文件夹中,并更新了系统环境变量以指向该目录。我的电脑上没有任何其他 terraform 目录或文件可以找到,所以我不知道我的命令行在哪里寻找 0.12.9 版本。我使用的是 64 位 Windows 10。谁能帮我解决这个问题?谢谢。
Terraform v0.12.9
Your version of Terraform is out of date! The latest version
is 0.12.18. You can update by downloading from www.terraform.io/downloads.html```
variable name: terraform
variable value: C:\Users\realm\Projects\terraform_0.12.18_windows_amd64\
【问题讨论】:
标签: environment-variables command-line-interface terraform