-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
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
Sort unmanaged & deleted resources in a predictable order #356
Conversation
Codecov Report
@@ Coverage Diff @@
## main #356 +/- ##
==========================================
+ Coverage 69.44% 69.48% +0.04%
==========================================
Files 281 281
Lines 6016 6024 +8
==========================================
+ Hits 4178 4186 +8
Misses 1486 1486
Partials 352 352
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm rn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with that
Description
For now, resources were fetched in parallel which would cause the resource list order to be unpredictable. With these changes, the resources are always sorted by their Terraform Id.