busser / tfautomv

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

🔨🐛 E2E tests for cross-module moves (and bugfix) #76

Closed busser closed 5 months ago

busser commented 5 months ago

This PR adds end-to-end tests for the new feature of tfautomv: the ability to move resources across modules. It also fixes a bug in the implementation of this feature, which the test detected.