This release brings some great new features and improvements, particularly around sorting capabilities .
✨ Highlights / What's New?
- Sorting for Required Providers: You can now sort required providers within the
terraform
block, bringing more consistency to your configurations. - Enhanced Sorting for Locals: Improved sorting logic for
locals
blocks. - Updated Documentation: The documentation has been updated to reflect the new sorting capabilities, including a demo and information on sortable blocks.
Special thanks to @barnes-c for their valuable contributions to this release!
Changelog
- ca99c90 Merge pull request #60 from barnes-c/feat/sort-versions
- a69eb26 chore: bump deps
- bd9d1bb docs(readme): update sortable blocks
- 13c6a81 feat(docs): added demo
- 95c2c45 feat/sort-locals (#61)
- eb0179c feat: add sorting of required providers in terraform block
- 42be94c fix: add test for required_providers sort
- 1c96e59 fix: lint