-
Notifications
You must be signed in to change notification settings - Fork 61
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
panic: interface conversion: interface {} is nil, not map[string]interface {} #248
Comments
i cut out a new release with a hopeful fix. when v0.16.13 is released, can you give that a shot @srtab |
It seems it didnt help. Just to mention. I was able to create project but it crashed during second iteration of the run when project was already created and in resides in state. `Stack trace from the terraform-provider-sonarqube_v0.16.13 plugin: panic: interface conversion: interface {} is nil, not map[string]interface {} goroutine 2299 [running]: Error: The terraform-provider-sonarqube_v0.16.13 plugin crashed! This is always indicative of a bug within the plugin. It would be immensely |
Hopefully @jdamata can take a look at some point over the festive period :) |
Terraform Version
Terraform v1.7.4
jdamata/sonarqube v0.16.10
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
When I run a second
terraform apply
, I will see changes that will be applied.Actual Behavior
I get the following error:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
- This will run with no problems;terraform apply
- Second run, will raise the traceback error.The text was updated successfully, but these errors were encountered: