-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
depends_on
field in terraform.tfstate
changes order arbitrarilly
#928
Comments
Looks good, we might as well just sort these in alphabetical. The ordering here doesn't actually matter, its just a set. |
Fixed. @phinze I pushed directly to master since its trivial. |
* master: (38 commits) update CHANGELOG helper/schema: update test desc helper/schema: default the new value to zero only for the decode helper/schema: failing test update CHANGELOG terraform: sort dependencies of resource state [GH-928] helper/schema: diff with set going to 0 elements removes it from state helper/schema: fix test index helper/schema: add test for sets helper/schema: diff of zero value in state with lack of value should not diff adding documentation update CHANGELOG update CHANGELOG update CHANGELOG Update CHANGELOG Update CHANGELOG Add missing preposition. Fill in missing outputs in modules.html.md. Make Google Instance disk attribute all ForceNew. Fix #608. Revert "Add Azure provider" ...
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I'm guessing these are written in whatever order the graph happens to be walked in or something, so changes to the configuration can reorder them. It would be nice if they were written in a canonical order to cut down on the diff noise.
The text was updated successfully, but these errors were encountered: