We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey!
I would like to see this tool expanded to also sort the lines in a block.
Sorting the vars is awesome, but I would also like to see the blocks internal line items sorted, like the below
resource "google_service_account" "example" { project = var.project account_id = "example" display_name = "example" }
I would then like to see a config file that allows you to setup which order you want the line items to appear in.
Let me know if this makes sense?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey!
I would like to see this tool expanded to also sort the lines in a block.
Sorting the vars is awesome, but I would also like to see the blocks internal line items sorted, like the below
I would then like to see a config file that allows you to setup which order you want the line items to appear in.
Let me know if this makes sense?
The text was updated successfully, but these errors were encountered: