terraform-provider-grafana
terraform-provider-grafana copied to clipboard
Terraform Grafana provider
### Terraform Version * Terraform: 1.1.3 * Terraform Grafana Provider: 1.21.1 * Grafana: Grafana Cloud ### Affected Resource(s) * grafana_dashboard ### Terraform Configuration Files ```hcl resource "grafana_dashboard" "cluster" { for_each...
👋 Hi! Playing around with the module a bit, I noticed that attempting to create a dashboard with alerts preconfigured always returns a `422 Unprocesssable Entity`. However, making the same...
Is it possible to import `grafana.com` dashboard through URL or ID like we do through the UI or API `/api/dashboards/import`? Is this an existing feature? How to do it? If...
Fix https://github.com/grafana/terraform-provider-grafana/blob/master/grafana/resource_report.go#L311 to support accepting a timezone (e.g. `America/Los_Angeles`) via the resource block.
get all available library panels, or by tag(s), or by folder(s).
I appreciate that this is a potentially controversial thing to raise, likely to spark debate, and will be a fair chunk of work but I'm starting to get our Grafana...
Hi there, We are trying to configure an organization but we get permission denied. The organization is created in Grafana and the terraform state contain the resource. (If we run...
We started using the enterprise build tags for acceptance test files that need to run against an instance of Grafana Enterprise. These tests should be run in CI
Hello, I am building a terraform project where TLS certificates are generated by terraform resources. It would be great if we can configure the provider with inline TLS info instead...
### Terraform Version * Terraform: 0.14.9 * Terraform Grafana Provider: 1.12.0 * Grafana: 8 ### Affected Resource(s) Please list the resources as a list, for example: * grafana_dashboard This issue...