terraform-provider-grafana
terraform-provider-grafana copied to clipboard
Terraform Grafana provider
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" ```...
### 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...
### 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...
### 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.
### 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...
WIP
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]: Allow datasources to be set as readOnly. Currently there is no option to set this
### 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...