We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9213b9 commit 15415ffCopy full SHA for 15415ff
website/docs/r/alert_notification.html.md
@@ -20,7 +20,7 @@ resource "grafana_alert_notification" "email_someteam" {
20
send_reminder = true
21
frequency = "24h"
22
23
- settings {
+ settings = {
24
addresses = "[email protected];[email protected]"
25
uploadImage = "false"
26
}
0 commit comments