feat(tf,plan): extract action part from terraform plan output.#49
feat(tf,plan): extract action part from terraform plan output.#49hanks wants to merge 1 commit intomercari:masterfrom
Conversation
7930fef to
458f15c
Compare
|
This PR is spirited by #11, but it is closed, it is a good idea for code review, so I try to make this happen again. Thank you for your time. |
70df13e to
a05eeac
Compare
|
Thank you for the contribution! This is really nice, please wait a bit more to be reviewed..! |
|
Code seems good. But actually it didn't work well. I tested this it in local but no action part was not shown. |
94ab83c to
0d69b99
Compare
**Why** Sometimes we found the part about `Refreshing Terraform state in-memory prior to plan` has too many lines that we do not need to care about in the code review. So make this change can help us to focus on the action part that terraform plan is.
0cd13ec to
9d42044
Compare
|
@b4b4r07 Thanks for the comment! Since it is a very old PR, and introduced many complicated from last master branch, so I did a rebase and solved the conflicts. May I ask a question: How to test in local? Like I use |
|
I would want to use this feature. Is there any plan to progress? |
WHAT
Extract the action part of terraform plan, to help us to focus on the more important part during code review.
WHY
Sometimes we found the part about
Refreshing Terraform state in-memory prior to planhas too many lines that we do not need to care about in the code review. So make this
change can help us to focus on the action part that terraform plan is.
DEMO
The
Actionpart will be content below: