Skip to content

Commit c2195d4

Browse files
authored
chore: change import url (#18)
1 parent cf70661 commit c2195d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This module allows you to reuse the [Prometheus Alerting rules] and configure th
2020

2121
```hcl
2222
module "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
4546
module "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

0 commit comments

Comments
 (0)