tf icon indicating copy to clipboard operation
tf copied to clipboard

Compatibility with tenv

Open obvionaoe opened this issue 8 months ago • 1 comments

Hi,

is this tool compatible with tenv? I'm guessing it isn't as tenv itself already is a proxy to the terraform executable it self. Is there anyway to make it compatible?

Thank you very much

obvionaoe avatar Apr 18 '25 23:04 obvionaoe

No idea. I didn't use tenv so I'm not sure how it works. I use asdf or mise and it works as far as there is terraform or tofu command to run. There is (too) simple heuristic to detect if the project needs tofu or terraform but eventually it can just run yet another wrapper, ie. export TERRAFORM_PATH=terraform-or-tofu which would implement more clever heuristic.

dex4er avatar Oct 07 '25 12:10 dex4er