terraform-provider-grafana icon indicating copy to clipboard operation
terraform-provider-grafana copied to clipboard

Terraform Grafana provider

Results 149 terraform-provider-grafana issues
Sort by recently updated
recently updated
newest added

When adding users with grafana_user and basic auth, after terraform plan, it always display error message saying username or password is not correct. Tried on several different Grafana instances/stacks and...

enhancement
cloud
blocked

### Terraform Version * Terraform: 1.5.4 * Terraform Grafana Provider: 2.2.0 * Grafana: 10.0.3 ### Affected Resource(s) Please list the resources as a list, for example: * grafana_notification_policy ### Expected...

bug
area/alerting

### Terraform Version * Terraform: 1.5.2 * Terraform Grafana Provider: 1.42.0 * Grafana: 9.4 ### Affected Resource(s) Error raised by Grafana Provider directly ```hcl provider "grafana" { url = "https://${module.core_infra.grafana_workspace_endpoint}"...

oss

Right now [Terraform scripts documentation recommends](https://registry.terraform.io/providers/grafana/grafana/latest/docs#managing-grafana-oncall) to go into the page of Grafana OnCall plugin and generate token. Please provide possibility to create this token using Terraform scripts [as it...

oncall

Grafana provider has config_json option to import data from JSON file for [grafana_dashboard](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard) resource: ``` resource "grafana_dashboard" "metrics" { config_json = file("grafana-dashboard.json") } ``` Would be nice to have exactly...

area/alerting

### Terraform Version * Terraform: 1.5.6 * Terraform Grafana Provider: 2.2.0 * Grafana: Cloud v10.2.0 ### Affected Resource(s) * grafana_oncall_escalation ### Terraform Configuration Files ```hcl resource "grafana_oncall_escalation" "call_webhook" { provider...

bug
oncall

Grafana OnCall teams it's a dedicated entity that has own settings in context of Grafana OnCall. ![image](https://github.com/grafana/terraform-provider-grafana/assets/429993/d60b30d2-4512-4033-99ea-7efb614788ec) We need to have a possibility to manage settings of this entity trough...

oncall

In the current version of provider during creating grafana_contact_point and grafana_notification_policy they will be created in default alertmanager Grafana. But if you have **ngalertmanager** alertmanger you couldn't choose it. This...

area/alerting

It would be good to have Terraform resources which allows people to manage Kubernetes monitoring in the Grafana Cloud ([link](https://grafana.com/docs/grafana-cloud/kubernetes-monitoring/)). Are there any plans to add this to the Terraform...

cloud

It would be great to be able to create frontend observability apps via terraform to combine with application infrastructure. The [following](https://grafana.com/docs/grafana-cloud/monitor-applications/frontend-observability/#create-an-application-in-grafana-cloud-frontend-observability) part of the documentation should be enought to generate...

cloud