Skip to content
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

Add order to table output #50

Merged
merged 2 commits into from
Oct 7, 2023

Conversation

joraff
Copy link
Contributor

@joraff joraff commented Oct 5, 2023

Adds deterministic order to table output that mirrors the terraform plan numbered order (import, then add, change, destroy).

For example, if the terraform plan output states, "Plan: 2 to import, 3 to add, 1 to change, 1 to destroy.", the markdown table would be:

CHANGE RESOURCE
import resource-1
resource-2
add resource-3
resource-4
resource-5
update resource-6
delete resource-7

Previously, this order was not deterministic.

Adds deterministic order to table output that mirrors the terraform plan numbered order (import, then add, update, delete)
@dineshba dineshba merged commit 1db3336 into dineshba:main Oct 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants