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

Related to the Terraform portion of https://github.com/grafana/oncall/issues/4410 Closes https://github.com/grafana/oncall/issues/1193 Once a new provider version is released, I will open a PR in https://github.com/grafana/crossplane-provider-grafana to generate the related Crossplane resources Tested...

This resolves https://github.com/grafana/grafana-aws-app/issues/371 This PR creates some initial code scaffolding for new AWS CloudWatch Scrape Job resources for the Cloud Provider AWS App. See [this design doc](https://docs.google.com/document/d/1Cu98HukviDahdQ2cSc5fpURxQ75oh4iblyzDryeqLdE/edit#heading=h.5sybau7waq2q) for more details....

### Feature Request When [updating a basic role](https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/access-control/manage-rbac-roles/#update-basic-role-permissions) via the API, you can set the `state` to **absent** in order to remove it from the permissions that are copied across,...

enterprise

We recently have merged new functionality which has updated the SLO CRD. This update brings the terraform provider in line with the new capabilities. -Doc Update -New Test for advanced...

### Feature Request At present you can configure Mobile Push Notifications for Webhooks within the Grafana OnCall UI but not via Terraform. The [API documentation](https://grafana.com/docs/oncall/latest/oncall-api-reference/integrations/#create-an-integration) is unclear as to which...

enhancement

### Terraform Version 1.9.0 ### Terraform Grafana Provider Version 3.2.0 ### Grafana Version _No response_ ### Affected Resource(s) * grafana_contact_point * grafana_rule_group * grafana_notification_policy ### Terraform Configuration Files resource "grafana_contact_point"...

bug

### Terraform Version 1.9.0 ### Terraform Grafana Provider Version 3.1.0 ### Grafana Version 10.4.3 ### Affected Resource(s) grafana_rule_group ### Terraform Configuration Files ``` locals { dummy_rules = { over_100k =...

bug

Creds will now be redacted by default. The behaviour can be changed through the `OutputCredentials` config Also, I've reworked the postprocessor stuff a bit so that the file-writing logic isn't...

Allow configuring the install dir and version. The benefit is that you can install it only once and reuse the executable

### Feature Request I create alert rules dynamically and I link alerts to a dashboard panel dynamically as well. I use a system of inventory which is a file in...

oss