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

We'd like to leverage [subcategories](https://www.terraform.io/docs/registry/providers/docs.html#subcategories) to improve documentation navigation on the [Terraform registry](https://registry.terraform.io/providers/grafana/grafana/latest/docs). I'd like to propose `Grafana`, `Enterprise`, and `Cloud` as our initial subcategories. This would produce the following...

enhancement

### Terraform Version ``` Terraform v0.12.26 + provider.aws v2.45.0 + provider.grafana v1.5.0 + provider.newrelic v1.15.1 + provider.template v2.1.2 ``` ### Affected Resource(s) - `grafana_alert_notification` ### Expected Behavior Pagerduty alert notification...

### Terraform Version Terraform v0.14.6 + provider registry.terraform.io/grafana/grafana v1.9.0 ### Expected Behavior When creating a new organization with users and with create_users parameter to false, the provider should be able...

### Terraform Version ``` Terraform v0.13.5 + provider registry.terraform.io/grafana/grafana v1.7.0 ``` ### Affected Resource(s) - grafana_folder_permission ### Terraform Configuration Files ```hcl variable "teams" { type = map(object({ name : string...

### Summary The way that terraform checks Grafana resources (e.g. a data source or a dashboard) relies on the front-end grafana API. This causes it to fail in cases where...

question
waiting-response

Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...

enhancement
good first issue

Hi there, ### Terraform Version Terraform v0.11.7 + provider.grafana v1.0.2 ### Affected Resource(s) Please list the resources as a list, for example: - grafana_dashboard ### Expected Behavior Grafana dashboards use...

In Grafana it is possible to open access to everyone. By doing so, you don't need to provide an `Authorization` header with your `POST` call. The `terraform-provider-grafana` does not support...

enhancement

Actually, the only way to integrate with influxdb is with username and password using influxQL query language. To allow Flux version for query language is necessary add Token as a...

enhancement