Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not check the release list if a Terraform is already installed (fixes #395) #397

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

don-code
Copy link

Today, tfenv checks the Terraform release list when running tfenv install, even if the requested Terraform is already installed. This fixes an issue where a script containing tfenv install becomes inoperable even if Terraform is installed, but releases.hashicorp.com is down.

See #395 for more information.

 tfutils#395)

Today, tfenv checks the Terraform release list when running
`tfenv install`, even if the requested Terraform is already
installed. This fixes an issue where a script containing
`tfenv install` becomes inoperable even if Terraform is installed,
but releases.hashicorp.com is down.

See tfutils#395 for more information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants