Skip to content

Commit 15415ff

Browse files
authored
Settings is an argument not a block
Copying the example in the readme, fails with error ``` Error: Unsupported block type ```
1 parent c9213b9 commit 15415ff

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)