cbuschka / tfvm

Terraform Version Manager - Always the right terraform version for your project
Apache License 2.0
18 stars 4 forks source link

Support .tfswitch.toml too. #22

Open cbuschka opened 3 years ago

cbuschka commented 3 years ago

Expected behavior

If .tfswitch.toml is present it should be picked up.

Actual behavior

Tfvm currently ignores .tfswitch.toml.

kvendingoldo commented 6 months ago

btw. you can also use tenv that support Terraform as well as OpenTofu (and Terragrunt :) ) in one tool. It allow you to simplify version management and can do much more, than tfswitch.

cbuschka commented 6 months ago

Hey @kvendingoldo, thanks for the link.

This ticket is about making tfvm compatible to tfswitch to make it easy for users of tfswitch to switch over to tfvm. So I dont think it is a requirement here to support more features than tfswitch.

And I will checkout tenv and we will rethink integration and overlapping functionality with tenv and the tofoutils project. Thanks for this information.

Best Conni

kvendingoldo commented 6 months ago

ok, got it! :)