You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running tf-summarize on a json TF plan output, the resulting table does not always print in the same order, therefore making it more difficult to compare summaries.
Is there a way to force a consistent order? This makes it difficult to use for automating terraform deployments based on expected summarized changes.
E.g.) Running tf-summarize on the exact same plan json 3x in a row gives 2 different resulting tables (due to ordering)
When running
tf-summarize
on a json TF plan output, the resulting table does not always print in the same order, therefore making it more difficult to compare summaries.Is there a way to force a consistent order? This makes it difficult to use for automating terraform deployments based on expected summarized changes.
E.g.) Running tf-summarize on the exact same plan json 3x in a row gives 2 different resulting tables (due to ordering)
The text was updated successfully, but these errors were encountered: