Skip to content

Commit c4ac519

Browse files
author
John Shahid
committed
Add documentation for the new arguments.
Authored-by: John Shahid <[email protected]>
1 parent f44da75 commit c4ac519

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/r/alert_notification.html.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ resource "grafana_alert_notification" "email_someteam" {
1717
name = "Email that team"
1818
type = "email"
1919
is_default = false
20+
send_reminder = true
21+
frequency = "24h"
2022
2123
settings {
2224
@@ -32,6 +34,8 @@ The following arguments are supported:
3234
* `name` - (Required) The name of the alert notification channel.
3335
* `type` - (Required) The type of the alert notification channel.
3436
* `is_default` - (Optional) Is this the default channel for all your alerts.
37+
* `send_reminder` - (Optional) Whether to send reminders for triggered alerts.
38+
* `frequency` - (Optional) Frequency of alert reminders. Frequency must be set if reminders are enabled.
3539
* `settings` - (Optional) Additional settings, for full reference lookup [Grafana HTTP API documentation](http://docs.grafana.org/http_api/alerting).
3640

3741
**Note:** In `settings` the strings `"true"` and `"false"` are mapped to boolean `true` and `false` when sent to Grafana.

0 commit comments

Comments
 (0)