πͺ Improved
π Predictable TF code
When pushing the code into Git, users expect and will have a predictable Terraform file.
Adding a creation order allows having this predictability as the new resources will be always at the end of the file.
Itβs confusing now with the code and design in the same tab to not understand where are the new resources added.