We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bef32f0 + 613836d commit b91d122Copy full SHA for b91d122
website/docs/d/admin_recommended_folder.html.markdown
@@ -0,0 +1,27 @@
1
+---
2
+layout: "sumologic"
3
+page_title: "SumoLogic: sumologic_admin_recommended_folder"
4
+description: |-
5
+ Provides an easy way to retrieve the Admin Recommended Folder.
6
7
+
8
+# sumologic_personal_folder
9
+Provides an easy way to retrieve the Personal Folder.
10
11
12
+## Example Usage
13
+```hcl
14
+data "sumologic_admin_recommended_folder" "folder" {}
15
+```
16
17
18
+## Attributes reference
19
20
+The following attributes are exported:
21
22
+- `id` - The ID of the Personal Folder.
23
+- `name` - The name of the Personal Folder.
24
+- `description` - The description of the Personal Folder.
25
26
27
0 commit comments