You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Omit the organization prefs dashboard ID if unset (#131)
* Add `WithOrgID` function to Grafana client
Issue: grafana/terraform-provider-grafana#747
This will allow the Terraform provider to use a different Org ID for each resource.
Currently, the client is configured once for each `provider` block
One caveat is that this feature can only be used with basic auth since API keys are org-scoped
* Fix linting
* Omit the organization prefs dashboard ID if unset
Will be used for grafana/terraform-provider-grafana#768
0 commit comments