-
Notifications
You must be signed in to change notification settings - Fork 38
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
Feature: differentiate between (+/-) and (-/+) in output #59
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix. Really appreciate
I notice the build failed, possibly because the |
We can update to 1.21 @QuintenBruynseraede |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @dineshba, fixed the build issues now. Can you trigger another run please? |
This PR adds a different suffix for "create-delete" and "delete-create", as defined by Terraform's internal change representation.
"create-delete" becomes suffix
(+/-)
, "delete-create" becomes suffix(-/+)
. Although I'm unable to reproduce "create-delete" with Terraform itself, I modified a json statefile manually and the output is as expected.Closes issue #42