grafana / terraform-provider-grafana

Terraform Grafana provider
https://www.terraform.io/docs/providers/grafana/
Mozilla Public License 2.0
437 stars 232 forks source link

[Feature Request]: Ability to fetch all teams and datasources #1449

Open CmdrSharp opened 8 months ago

CmdrSharp commented 8 months ago

Feature Request

Currently, the provider allows fetching a single team, datasource and this goes for other resources too (such as datasource permissions). I would suggest adding the ability to fetch all teams and datasources (which is achievable at least via the Grafana Admin API). This allows for cases such as doing migrations between Grafana instances.

Robsta86 commented 2 months ago

Any update on this? We would like to retrieve a list of teams onboarded on our instance so we can loop over them to do some additional configuration.