tfutils / tfenv

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

TFENV_CURL_OUTPUT=0 not respected #286

Closed wayneworkman closed 2 years ago

wayneworkman commented 3 years ago

tfenv is displaying noisy curl output dispite this being set in the environment.

Samusia commented 3 years ago

@wayneworkman how did you use TFENV_CURL_OUTPUT? I checked and CURL running silently

TFENV_CURL_OUTPUT=0 tfenv install 0.13.6
Installing Terraform v0.13.6
Downloading release tarball from https://releases.hashicorp.com/terraform/0.13.6/terraform_0.13.6_linux_arm64.zip
Downloading SHA hash file from https://releases.hashicorp.com/terraform/0.13.6/terraform_0.13.6_SHA256SUMS
No keybase install found, skipping OpenPGP signature verification
terraform_0.13.6_linux_arm64.zip: OK
Archive:  /tmp/tfenv_download.AoomeG/terraform_0.13.6_linux_arm64.zip
  inflating: /root/.tfenv/versions/0.13.6/terraform
Installation of terraform v0.13.6 successful. To make this your default version, run 'tfenv use 0.13.6'