Open darrinholst opened 2 weeks ago
I also had this issue with 3.11.0, though it affected tofu plan. It puzzled me because I had made no changes to my terraform scripts since it last worked.
Unfortunately, this is the error for a generic response that can't be parsed. In my case, it was because an nginx reverse proxy added an authbasic denial into the response. This caused a failure to parse, and this error message was the result.
Until a better diagnostic or error message is returned by the provider, the maintainers of this github repo may be served by including the question "Is the request to Grafana being reverse proxied?", and perhaps the followup question "Did you try it without the reverse proxy?" as part of the bug report template.
Same issue on grafana docker img 11.2.0-ubuntu, terraform 1.7, grafana provider 3.7.0.
Terraform Version
1.9.8
Terraform Grafana Provider Version
3.10.0
Grafana Version
11.2.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
should have updated the dashboard
Actual Behavior
get the following error
Steps to Reproduce
terraform apply
Important Factoids
plan works, but when I apply it throws that error.
It last worked on 9/6/2024
References
No response