terraform-provider-grafana
terraform-provider-grafana copied to clipboard
Terraform Grafana provider
Feature request for bettter end-to-end stack provisioning lifecycle support. Would like to be able to provision stack/s from ground zero, enable and configure all aspects of it, including extra grafana...
### Terraform Version * Terraform: `v1.3.1` * Terraform Grafana Provider: `v1.29.0` * Grafana: `9.1.6` ### Affected Resource(s) * grafana_dashboard ### Terraform Configuration Files Any TF that applies dashboards should work...
Hello Team, It would be great to have easy-to-comprehend templates for creating alert rules, something similar to yaml contents https://registry.terraform.io/providers/inuits/cortex/latest/docs/resources/rules. Or maybe something like this: - name: myalert rule folder:...
Hello, Please could we add an Example Usage for `grafana_role_assignment` to the [Docs page](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/role_assignment#example-usage) and also to the [Examples folder](https://github.com/grafana/terraform-provider-grafana/tree/master/examples/resources) to help better understand how to use this resource. It...
### Terraform Version * Terraform: v1.2.8 * Terraform Grafana Provider: 1.29.0 * Grafana: 9.1.6 ### Affected Resource(s) * grafana_dashboard ### Terraform Configuration Files ```hcl provider "grafana" { url = auth...
### Terraform Version * Terraform: v1.3.1 * Terraform Grafana Provider: 1.29.0 * Grafana: v9.0.2 ### Affected Resource(s) Please list the resources as a list, for example: * grafana_contact_point ### Terraform...
### Terraform Version * Terraform: Terraform v1.2.0 * Terraform Grafana Provider: 1.28.1 * Grafana: v9.1.0 ### Affected Resource(s) * grafana_mute_timing ### Configuration resource "grafana_mute_timing" "mute_all" { provider = grafana.MyProject name...
### Terraform Version * Terraform: 1.3.0 * Terraform Grafana Provider: 1.24.0 and 1.28.2 * Grafana: Grafana Cloud ### Affected Resource(s) * grafana_folder ### Terraform Configuration Files ```hcl terraform { required_providers...
The `/api/health` endpoint returns the current Grafana version: https://grafana.com/docs/grafana/v9.0/developers/http_api/other/#health-api We could add a validation on new features to tell uses when they are using a version of Grafana that is...
This is a work in progress to create a data source block for data sources, need to add in searchability for data source by name and testing