tfutils / tfenv

Terraform version manager
MIT License
4.43k stars 450 forks source link

Add env variable to skip listing remote versions before installation #371

Open guraslan opened 1 year ago

guraslan commented 1 year ago

This is a genuine use case where you're using artifactory virtual repository like structure. Artifactory acts as a proxy for Hashicorp repository and lists only the versions downloaded beforehand. This causes tfenv to fail stating that the version doesn't exist in the remote repository when you want to download a version not in the cache.