tfsort support #501
Labels
estimate/1week
Need 1 work week to be done
feature
New feature or request
stale
Denotes an issue or PR has remained open with no activity and has become stale.
What problem are you facing?
Having a way to automatically sort variables inside variables.tf files would be a very useful check/lint for organizing and cleaning up Terraform codebases. I would be curious if there are others out there that face this issue and wonder if it would be worth adding support for a tool to do this.
How could pre-commit-terraform help solve your problem?
From the tfsort project:
The idea would be to have a hook to do this via
pre-commit
. Thoughts?The text was updated successfully, but these errors were encountered: