Changelog
This release includes the new tfautomv.dev website, new features, a few fixes, and improvements to our automated tests.
Website
Our documentation has moved to a website: tfautomv.dev. The README was becoming a bit cramped and we wanted to make our documentation easy to navigate. All existing documentation has been moved to the website, with the following additions:
- A landing page explaining why we built tfautomv;
- A guided, hands-on tutorial to get started with tfautomv;
- A dedicated page for each of tfautomv's features.
Features
- The new
-ignore
flag allows users to specify rules that makes tfautomv less strict when comparing two resources with each other. - The new
-no-color
flag disables tfautomv's text formatting entirely.
Fixes
- The
-output=commands
flag correctly escapes quotes in the commands. They can now be copy-pasted or piped into a shell as they are.
Tests
- End-to-end tests now test the
tfautomv
binary, not Go packages. - CI/CD now runs end-to-end tests for Terraform 1.3, in addition to 1.1 and 1.2.
- The test suite includes tests that reproduce tfautomv's known limitations. These tests are skipped be default.