Skip to content

Commit 71990e2

Browse files
Merge pull request grafana#114 from Arola1982/patch-1
Settings is an argument not a block
2 parents d27a4f1 + 15415ff commit 71990e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/alert_notification.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "grafana_alert_notification" "email_someteam" {
2020
send_reminder = true
2121
frequency = "24h"
2222
23-
settings {
23+
settings = {
2424
2525
uploadImage = "false"
2626
}

0 commit comments

Comments
 (0)