tenv icon indicating copy to clipboard operation
tenv copied to clipboard

More defined behaviour for `tenv tf install` command

Open Nmishin opened this issue 8 months ago • 3 comments

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.

Nmishin avatar May 05 '25 12:05 Nmishin

There is already a way todo that : https://github.com/tofuutils/tenv/issues/339

dvaumoron avatar May 06 '25 19:05 dvaumoron

wait, I am wrong, you want to disable tf as agnostic ? you can call the terraform proxy for that.

tf was added for #73

dvaumoron avatar May 06 '25 19:05 dvaumoron

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.

Nmishin avatar May 07 '25 12:05 Nmishin