Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit d3c968a

Browse files
authored
Argument names must not be quoted
Argument names must not be quoted in grafana_alert_notification settings
1 parent 64ab3c1 commit d3c968a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/alert_notification.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ resource "grafana_alert_notification" "email_someteam" {
1919
is_default = false
2020
2121
settings {
22-
"addresses" = "foo@example.net;bar@example.net"
23-
"uploadImage" = "false"
22+
addresses = "foo@example.net;bar@example.net"
23+
uploadImage = "false"
2424
}
2525
}
2626
```

0 commit comments

Comments
 (0)