Grafana Provider

Hi all,

I’m looking at possibly using the grafana provider, but I’m having some issues with it. Finding information about this provider is proving to be difficult. Is this still a supported provider, or should I look elsewhere for a solution to automating our grafana workflows?

Thanks,

J

Here’s the documentation for Grafana Provider.

To me, it looks like it’s not so active. https://github.com/terraform-providers/terraform-provider-grafana/graphs/commit-activity

So, if there are several thing you need fixed before it’s usable to you then maybe not such a good idea - unless you can see yourself getting involved, of course.

1 Like

Thanks. I’ve been through the documentation but it’s not of much help with this error. I’m trying to create a dashboard and I’m getting this error:

Error: 412 Precondition Failed

  on grafana.tf line 14, in resource "grafana_dashboard" "terraform-test":
  14: resource "grafana_dashboard" "terraform-test" {

The config for this stanza is as follows:

resource "grafana_dashboard" "terraform-test" {
  config_json = "${file("terraform-test.json")}"
}

I haven’t been able to find much of anything on this and it sounds like this isn’t a very maintained provider, so I think I’ll move on and find a different solution.

Thanks,

J