-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Terraform 0.8.8 crashed #581
Comments
@grubernaut / @catsby I requested (on Mar 13th) some more information to help us track down this error and didn't get any response The line of code that this relates to is:
I believe we can add a guard clause in here to check that Would you be happy with this resolution? P. |
…nt panic Fixes: hashicorp#581 This is just a simple guard clause to make sure that we are checking UserData is not nil before we check that the UserData.Value is not nil
…nt panic Fixes: hashicorp#581 This is just a simple guard clause to make sure that we are checking UserData is not nil before we check that the UserData.Value is not nil
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @hanks as hashicorp/terraform#12446. It was migrated here as part of the provider split. The original body of the issue is below.
I just perform the normal
terraform plan
command and it crashed. The last time is ok, but this time is not.Terraform Version
Terraform v0.8.8
Panic Output
you can check crash log here. https://gist.github.com/hanks/ab880b41a5a4d7a73666b0abcebf3b50
The text was updated successfully, but these errors were encountered: