Skip to content

Conversation

@magodo
Copy link
Owner

@magodo magodo commented Jan 22, 2025

Previously there is nothing displayed in the "Plan" stage, as it pretty quick processes through. However, since users will use terraform plan -json | pipeform, or review the stages after the apply, it would be weird to see a blank table in the "Plan" stage.

This PR enriches the "Plan" stage with a table similar to other stages, each line represents a planned change for one resource. Note that the last column "Comment", it is a combination of the "Reason" (for delete and replace) and (a reworded) "PreviousResource" (for move) fields defined in the terraform json out.

A minor change is also included here is that the (blank) table won't be displayed in the "Idle" stage.

Fix #9.

@magodo magodo merged commit d3054e4 into main Jan 22, 2025
1 check passed
@magodo magodo added the enhancement New feature or request label Jan 22, 2025
@osterman
Copy link

Thanks @magodo! Will check it out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Addressing Resource Visibility and Pagination Issues

3 participants