tfutils / tfenv

Terraform version manager
MIT License
4.52k stars 454 forks source link

Looks like it works with Ubuntu on WSL #106

Closed stevesuh closed 5 years ago

stevesuh commented 5 years ago
ssuh@MSC-CGY2R32LT:/mnt/c/Users/ysuh/cox_auto/terraform-bootcamp$ tfenv install 0.11.13
[INFO] Installing Terraform v0.11.13
[INFO] Downloading release tarball from https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip
######################################################################################################################## 100.0%
[INFO] Downloading SHA hash file from https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_SHA256SUMS
tfenv: tfenv-install: [WARN] No keybase install found, skipping GPG signature verification
Archive:  tfenv_download.PvP7II/terraform_0.11.13_linux_amd64.zip
  inflating: /home/linuxbrew/.linuxbrew/Cellar/tfenv/0.6.0/versions/0.11.13/terraform
[INFO] Installation of terraform v0.11.13 successful
[INFO] Switching to v0.11.13
[INFO] Switching completed
ssuh@MSC-CGY2R32LT:/mnt/c/Users/ysuh/cox_auto/terraform-bootcamp$ terraform -v
Terraform v0.11.13

ssuh@MSC-CGY2R32LT:/mnt/c/Users/ysuh/cox_auto/terraform-bootcamp$
Zordrak commented 5 years ago

Good news.