terraform-provider-grafana
terraform-provider-grafana copied to clipboard
Terraform Grafana provider
Allow Grafana SLO to be Initialized from Terraform Currently, if you deploy a new GrafanaCloud Stack and Grafana SLO Resources at the same, the SLO resources will fail to be...
Allow Machine Learning to be Initialized from Terraform Currently, if you deploy a new GrafanaCloud Stack and Machine Learning Resources at the same, the Machine Learning resources will fail to...
Add a Data Source for `grafana_cloud_access_policy` so that you can lookup the Access Policy by Name, and then get the ID so you can create a Token in an existing...
The current API implementation requires the specification of the entire Grafana Dashboard JSON to be provided in the terraform resource property [`config_json`](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard#config_json) directly. This works well with Terraform per se....
Currently the grafana_dashboard resource does not allow to provide the input values for the dashboards. Currently I implemented a workaround. This is how I'm currently working around the issue for...
Support configuration of Grafana Cloud Private Datasource Connect (PDC) There is currently no way to configure it via IaC. Documentation: https://grafana.com/docs/grafana-cloud/connect-externally-hosted/private-data-source-connect/ New resources required: - `grafana_pdc` - `grafana_pdc_token`
I would like to be able to configure grafana's use of internal/external alertmanagers. IE send alerts to only external alertmanagers. This is currently not possible with this provider :(
The new Metrics Endpoint is a great addition but it doesn't seem to be possible to provision with this provider. That would be awesome :) https://grafana.com/blog/2023/09/21/introducing-agentless-monitoring-for-prometheus-in-grafana-cloud/
Hi, We are introducing automations in KEDA for the performance testing infrastructure and the dashboards to share the results are one of the things to automatize (we want to share...
Add support for managing k6 tokens in Grafana Cloud
Hi, We are introducing automations in KEDA for the performance testing infrastructure and we'd like to manage k6 tokens using terraform for having replicable scenarios in case of having to...