grafana / crossplane-provider-grafana

Crossplane provider of https://github.com/grafana/terraform-provider-grafana. Generated by https://github.com/upbound/upjet
Apache License 2.0
26 stars 14 forks source link

How to set the Home Dashboard? #41

Closed yuzhouliu9 closed 11 months ago

yuzhouliu9 commented 11 months ago

I'd like to set a Home Dashboard per grafana org using the grafana provider.

It is possible in the UI image

The grafana provider has Team - homeDashboardUid, but not the Organization homeDashboardUid.

And to my knowledge, there is not a setting in the Dashboard JSON to set it as the home dashboard.

Is there a way to set an Organization Home Dashboard using the grafana provider?

yuzhouliu9 commented 11 months ago

Terraform has organization_preferences which allows to set the home dashboard for an organization. Can the same be added for the grafana provider?