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
The "tf/dashboards/overview-.tf" file is constantly changing, each time I run "slogen . --apply --clean".
I believe this is because the map is unordered and the rows are being pulled out arbitrarily: https://github.com/SumoLogic-Labs/slogen/blob/main/libs/overview.go#L193
This means that my terraform code changes on each run, rather than being hermetic.
This is a low priority, but it would be nice to have these rows sorted.
The text was updated successfully, but these errors were encountered:
Agreed, all the need loops in templates should be sorted by the resource name. should be an easy change.
Sorry, something went wrong.
fixed in 9cc3f59
agaurav
No branches or pull requests
The "tf/dashboards/overview-.tf" file is constantly changing, each time I run "slogen . --apply --clean".
I believe this is because the map is unordered and the rows are being pulled out arbitrarily: https://github.com/SumoLogic-Labs/slogen/blob/main/libs/overview.go#L193
This means that my terraform code changes on each run, rather than being hermetic.
This is a low priority, but it would be nice to have these rows sorted.
The text was updated successfully, but these errors were encountered: