terraform-provider-grafana
terraform-provider-grafana copied to clipboard
Terraform Grafana provider
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...
### 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...
### 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}"...
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...
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...
### 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...
Grafana OnCall teams it's a dedicated entity that has own settings in context of Grafana OnCall.  We need to have a possibility to manage settings of this entity trough...
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...
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...
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...