Skip to content

Commit 5c9f607

Browse files
authored
Document 'folder' attribute (#86)
#38 added the documentation for grafana_folder but didn't add the extra attribute to grafana_dashboard
1 parent 03bf2f5 commit 5c9f607

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/r/dashboard.html.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ meta-parameter:
3737
The following arguments are supported:
3838

3939
* `config_json` - (Required) The JSON configuration for the dashboard.
40+
* `folder` - (Optional, Forces new resource) The internal id of the folder
41+
in Grafana in which to place the dashboard.
4042

4143
## Attributes Reference
4244

43-
The resource exports the following attributes:
45+
In addition to all arguments above, the following attributes are exported:
4446

4547
* `slug` - A URL "slug" for this dashboard, generated by Grafana by removing
4648
certain characters from the dashboard name given as part of the `config_json`

0 commit comments

Comments
 (0)