Closed QuintenBruynseraede closed 10 months ago
I notice the build failed, possibly because the slices
package wasn't available in go 1.20? Should I add a helper function to do the check or can we update to 1.21?
We can update to 1.21 @QuintenBruynseraede
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