File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: |-
66 The grafana_folder resource allows a Grafana folder to be created.
77---
88
9- # grafana_folder
9+ # grafana \_ folder
1010
1111The folder resource allows a folder to be created on a Grafana server.
1212
@@ -27,16 +27,16 @@ resource "grafana_dashboard" "dashboard_in_folder" {
2727
2828The following arguments are supported:
2929
30- - ` title ` - (Required) The title of the folder.
30+ * ` title ` - (Required) The title of the folder.
3131
3232## Attributes Reference
3333
3434The resource exports the following attributes:
3535
36- - ` id ` - The internal id of the folder in Grafana (only guaranteed to be unique
36+ * ` id ` - The internal id of the folder in Grafana (only guaranteed to be unique
3737 within this Grafana instance). The ` id ` is used by the ` grafana_dashboard ` resource
3838 to place a dashboard within a folder.
39- - ` uid ` - An external id of the folder in Grafana (stable when folders are migrated
39+ * ` uid ` - An external id of the folder in Grafana (stable when folders are migrated
4040 between Grafana instances). The ` uid ` is required by several Grafana Folder APIs.
4141
4242## Import
You can’t perform that action at this time.
0 commit comments