terraform-provider-grafana
terraform-provider-grafana copied to clipboard
Terraform Grafana provider
This PR adds support for Grafana managed recording rules (nested field `record` in alert rule definition). Related to https://github.com/grafana/grafana/pull/87779
### Terraform Version 1.9.8 ### Terraform Grafana Provider Version 3.10.0 ### Grafana Version 11.2.0 ### Affected Resource(s) * grafana_dashboard ### Terraform Configuration Files ``` hcl terraform { backend "http" {...
### Terraform Version 1.9.7 ### Terraform Grafana Provider Version >= 3.7 ### Grafana Version 11.3.0-77046 ### Affected Resource(s) - grafana_cloud_stack_service_account ### Terraform Configuration Files We did not change any TF...
### Feature Request Hey, Cloud access policies have the possibility to limit this CAP to be used by specific ip ranges. This is supported by setting conditions in the API....
### Feature Request Hey, so currently I have two top-level folders with different names: ``` my-top-level-folder-1: .. my-first-level-subfolder-1 my-top-level-folder-2: .. my-first-level-subfolder-1 ``` When attempting to return the UID of the...
### Feature Request [The grafana_folder_permission_item (Resource) page ](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/folder_permission_item) is not a feature of Grafana OSS, but only of Grafana Cloud or Grafana Enterprise, but it is located in the sublevel...
### Feature Request That would be great if you can add the following terraform resources for Grafana Enterprise Edition: `grafana_enterprise_tenant`, `grafana_enterprise_access_policy`, `grafana_enterprise_access_policy_token`. Currently we manage it through Grafana UI plugins...
### Feature Request # Description The `terraform-provider-grafana` currently lacks a data source to retrieve information about Grafana contact points. This limitation hinders effective management of notification policies, especially in environments...
### Feature Request Currently, the Grafana OnCall Terraform Provider supports duration values of 60, 300, 900, 1800, and 3600 seconds (up to 1 hour). This request is to extend the...
### Feature Request Hi Team. I want you to add `grafana_user_org_assignment` resource that is going to assign specific user for a specific org. Currently it's supported only by `grafana_ogranization` ....