busser / tfautomv

Generate Terraform moved blocks automatically for painless refactoring
https://github.com/busser/tfautomv
Apache License 2.0
698 stars 24 forks source link

Support opentofu #74

Open chenrui333 opened 8 months ago

chenrui333 commented 8 months ago

Would be good to support opentofu, as it is also GA recently with 1.6.0

busser commented 8 months ago

Agreed.

The -terraform-bin flag allows users to run tofu init and tofu plan instead of terraform init and terraform plan:

tfautomv -terraform-bin=tofu

What more would be needed, or desired actually, to support OpenTofu?