We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-provider-ccx/services/ccx_prov_service.go
Line 112 in de9dedf
you're only doing log.Println() inside this if and do not return, it will cause the code to panic here:
log.Println()
Line 94 in de9dedf
because res will be nil
res
nil
The text was updated successfully, but these errors were encountered:
fixed and released
Sorry, something went wrong.
vele
No branches or pull requests
terraform-provider-ccx/services/ccx_prov_service.go
Line 112 in de9dedf
you're only doing
log.Println()
inside this if and do not return, it will cause the code to panic here:terraform-provider-ccx/services/ccx_prov_service.go
Line 94 in de9dedf
because
res
will benil
The text was updated successfully, but these errors were encountered: