busser / tfautomv

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

Run end-to-end tests for versions of terraform older than 1.1 #15

Closed busser closed 1 year ago

busser commented 1 year ago

Currently our CI runs our end-to-end tests on Terraform 1.1, 1.2, and 1.3, which all support moved blocks. Our analysis may very much work on older versions of Terraform; we should add tests for that, so that we at least know which versions of Terraform tfautomv works with. We could then plan — or not — to support older versions that do not work yet.

busser commented 1 year ago

Closing this issue because @dixneuf19 did it! 🚀