File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ This module allows you to reuse the [Prometheus Alerting rules] and configure th
2020
2121``` hcl
2222module "cert_manager_rules" {
23- source = "github.com/mkilchhofer/terraform-grafana-prometheus-alerts"
23+ source = "swisspost/prometheus-alerts/grafana"
24+ version = "~> 1.0"
2425
2526 prometheus_alerts_file_path = file("/path/to/alerts/cert-manager.yaml")
2627 folder_uid = grafana_folder.test.uid
@@ -43,7 +44,8 @@ If your Prometheus Alerting rules YAML contains an alert `alert: TooManyWriteErr
4344
4445``` hcl
4546module "cert_manager_rules" {
46- source = "github.com/mkilchhofer/terraform-grafana-prometheus-alerts"
47+ source = "swisspost/prometheus-alerts/grafana"
48+ version = "~> 1.0"
4749
4850 prometheus_alerts_file_path = file("/path/to/alerts/cert-manager.yaml")
4951 folder_uid = grafana_folder.test.uid
You can’t perform that action at this time.
0 commit comments