cunymatthieu / tgenv

Terragrunt version manager
MIT License
223 stars 70 forks source link

If no versions are specified, the latest should be installed #24

Open crablab opened 3 years ago

crablab commented 3 years ago

From tfenv:

If no parameter is passed, the version to use is resolved automatically via .terraform-version files or TFENV_TERRAFORM_VERSION environment variable (TFENV_TERRAFORM_VERSION takes precedence), defaulting to 'latest' if none are found.

The current behaviour is to output an error.

weyderfs commented 1 year ago

@crablab how was going?

I believe that your issue it was solved in our new project on this both pull requests:

Are you can check out?