-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat(tf,plan): extract action part from terraform plan output. #49
base: master
Are you sure you want to change the base?
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 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.
DEMO
The
Action
part will be content below: