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

Closes https://github.com/grafana/terraform-provider-grafana/issues/376 Just doing this one to have a first plugin framework datasource. All of the current ones are implemented with the SDKv2

### Feature Request There's currently no way to get the Firehose log url from the stack, I am currently having to do this: ```terraform url = "${replace(grafana_cloud_stack.this.logs_url, "logs", "aws-logs")}/aws-logs/api/v1/push" ```...

cloud
good-first-issue

### Feature Request It would be helpful to add an option to specify a [Private Datasource Connect (PDC)](https://grafana.com/docs/grafana-cloud/connect-externally-hosted/private-data-source-connect/) for a [Data Source resource](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/data_source). Currently the PDC has to be specified...

cloud

### Feature Request Via Grafana OnCall UI it is possible to configure static / dynamic labels for the configured integrations, see [the docs](https://grafana.com/docs/oncall/latest/integrations/#dynamic--static-labels). It would be nice to manage them...

oncall

### Feature Request See https://github.com/grafana/terraform-provider-grafana/issues/443: it should be possible to [import marketplace dashboards](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/import-dashboards/) using Terraform.

cloud

### Feature Request At the moment, you create multiple alert rules using `rule` blocks in the `grafana_rule_group` resource. This works well for simple configurations where you can configure all the...

oss

Feature Request It would be extremely useful if Grafana Terraform provider included support for additional resources in Grafana Enterprise Edition, namely `grafana_enterprise_tenant`, `grafana_enterprise_access_policy`, `grafana_enterprise_access_policy_token`, etc.. Right now, we handle these...

Adding a resource for group attribute mapping feature. Requires https://github.com/grafana/grafana-openapi-client-go/pull/103 to be merged first, so that we can bump the openAPI client dependency. Here is an example of how the...

### Feature Request I would like the ability to set grafana datasources to read only by a variable in the provider (**read_only = true**) There is currently no ability to...

enhancement