-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Bump panicwrap's version to fix issue 2093 #23281
Conversation
Thanks for working on the panicwrap update and on this upgrade change, @DaemonSnake! Since Terraform uses vendoring, there is one additional step to do here before we can merge this: run There's some additional context on this in our contribution guide section External Dependencies, in case that's helpful. Thanks again, and please let me know if I can help. |
Thanks for your kind words. |
Hi @DaemonSnake! The result of your running However, I'd also like to understand why you and I are getting different results. One theory I have is that perhaps you are using Go 1.13 and the behavior of Can you confirm whether you're using Go 1.13? If that is the explanation, then we'll need to keep that in mind when reviewing future contributions that make changes to |
Hi, |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
panicwrap now unsets the cookie env variable it uses in Wrapped()
to check if we are in a panic wrapped context.
This correct a false positive when teraform execute itself recurcively.
Fixes #20293.