-
Notifications
You must be signed in to change notification settings - Fork 89
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 {} #511
Comments
Thanks for reporting this! In most cases a panic in the provider is related to a specific resource you are deploying with specific values. It would thus be helpful if you could share the TF code that you had in your planfile. |
The thing is @the-technat Is composed by modules and I cannot share all because of propietary , I share how we using argocd resources which is basically the examples in provider site bellow. but regarding argocd plugin. I use : argocd project(3), argocd apps (around 20), argocd repos (around 20) and argocd cluster (3) ., this are deployed on different modules and different aks resources and plus another arm resources. If the panic is not telling you something specific maybe you can suggest a way to rule out resources? so I can focus on the resource causing it.
|
Ah yeah sorry for not being precise @maruizj. The crash logs tell my that the issue happens on this type-conversion. So we are specifically looking for an |
thank you very much @the-technat , this tells me more to proceed. |
Can anyone give more info on what this is telling?
should this be consider a bug?
thanks in advance for any help.
STEPS TO REPRODUCE:
terraform apply <plan_file>
VERSIONS:
Terraform 1.9.5
argocd provider: 7.1.0
argocd version: 2.12.4
EXPECTED BEHAVIOUR:
terraform apply planfile -> successfuly
ACTUAL BEHAVIOUR:
Give error bellow
DEBUG OUTPUT:
The text was updated successfully, but these errors were encountered: