Hey guys, thanks for the great tool here. Please let me know if you require any updates to the format of this issue, or if there's a preferred avenue for making this sort of request.
Currently, this module is locked into using 1.29.x versions of terraform-provider-grafana. Unfortunately, this means that most provisioned grafana resources cannot be edited beyond the API or Terraform, which makes configuration/testing a pain.
As of version 2.9.0, grafana's provider has begun to expose the disable_provenance boolean (which defaults to false). This feature was expanded further through version 2.15.0. See example docs for this boolean: https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/contact_point#disable_provenance
The request: update this module to use at least version 2.15.0 of the grafana provider. This would be a huge quality of life improvement!
Thanks in advance for considering this.
Hey guys, thanks for the great tool here. Please let me know if you require any updates to the format of this issue, or if there's a preferred avenue for making this sort of request.
Currently, this module is locked into using
1.29.xversions of terraform-provider-grafana. Unfortunately, this means that most provisioned grafana resources cannot be edited beyond the API or Terraform, which makes configuration/testing a pain.As of version 2.9.0, grafana's provider has begun to expose the
disable_provenanceboolean (which defaults tofalse). This feature was expanded further through version 2.15.0. See example docs for this boolean: https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/contact_point#disable_provenanceThe request: update this module to use at least version 2.15.0 of the grafana provider. This would be a huge quality of life improvement!
Thanks in advance for considering this.