Skip to content

Commit

Permalink
Generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed Nov 7, 2023
1 parent 5abe555 commit 4db594c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ resource "grafana_folder" "test_folder_with_uid" {
### Optional

- `org_id` (String) The Organization ID. If not set, the Org ID defined in the provider block will be used.
- `parent_folder_uid` (String) The uid of the parent folder. If set, the folder will be nested. If not set, the folder will be created in the root folder.
- `prevent_destroy_if_not_empty` (Boolean) Prevent deletion of the folder if it is not empty (contains dashboards or alert rules). Defaults to `false`.
- `uid` (String) Unique identifier.

Expand Down

0 comments on commit 4db594c

Please sign in to comment.