tftidy
Version updated for https://github.com/mkusaka/tftidy to version v0.0.7.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The tftidy GitHub Action automates the cleanup of Terraform configuration files by removing transient blocks (moved, removed, and import) that are no longer needed after refactoring or state operations. It ensures configurations remain tidy and consistent by scanning directories recursively, preserving file structure, and applying HCL formatting. This action simplifies maintenance of Terraform codebases and integrates seamlessly into CI/CD workflows.
Release notes
What’s Changed
- docs: update GitHub Actions section to reflect install-only action by @mkusaka in https://github.com/mkusaka/tftidy/pull/12
Full Changelog: https://github.com/mkusaka/tftidy/compare/v0.0.6...v0.0.7