resource "grafana_folder" "test" {
title = "test-folder"
uid = "test-ds-folder-uid"
}
data "grafana_folder" "from_title" {
title = grafana_folder.test.title
}
title
(String) The title of the folder.org_id
(String) The Organization ID. If not set, the Org ID defined in the provider block will be used.id
(String) The ID of this resource.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. Note: This requires the nestedFolders feature flag to be enabled on your Grafana instance.uid
(String) Unique identifier.url
(String) The full URL of the folder.