More defined behaviour for `tenv tf install` command
tenv tf works as a proxy for terraform or opentofu depending on the version files present in project.
https://github.com/tofuutils/tenv?tab=readme-ov-file#project-binaries
It can lead hardly predicted behaviour when terraform or opentofu binary will be installed.
I think that tenv tf should be pointed directly to the terraform.
There is already a way todo that : https://github.com/tofuutils/tenv/issues/339
wait, I am wrong, you want to disable tf as agnostic ? you can call the terraform proxy for that.
tf was added for #73
OK, I agree. It doesn't make sense to change the current behavior (especially since we haven't receiving many issue requests about it). We just need to update or rewrite the README to make that behavior clearer.
Will do this, as a part of this issues.