-
Notifications
You must be signed in to change notification settings - Fork 191
Fix #243: Error when create or import cluster - panic: runtime error: invalid memory address or nil pointer dereference #245
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
Conversation
change GetOk to GetOkExists to ensure the bool value
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 but could you restart job of travis or fix the errors if persists.
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 - let's see if the reporter can test the branch before we merge. Also same comment as Edgar on travis. Thanks!
I will merge it even with the Travis error because that error is referring to use the.GetOkExist()` function part of Terraform so we need this function, Travis has a wrong lint that causes it. |
We're still seeing this issue in 0.6.1
|
@PacoDw fyi. @WafflesMcDuff can we get more details via an issue to aid in quickly tracing if this is the same issue? tf config, DEBUG logs, etc? |
@themantissa - I have posted my logs in #243 lmk if you need more info |
Link to any related issue(s): #243
Type of change:
Required Checklist: