resource "grafana_folder" "test_a" {
title = "test-folder-a"
uid = "test-ds-folder-uid-a"
}
resource "grafana_folder" "test_b" {
title = "test-folder-b"
uid = "test-ds-folder-uid-b"
}
data "grafana_folders" "test" {
depends_on = [
grafana_folder.test_a,
grafana_folder.test_b,
]
}
org_id
(String) The Organization ID. If not set, the Org ID defined in the provider block will be used.folders
(Set of Object) The Grafana instance's folders. (see below for nested schema)id
(String) The ID of this resource.folders
Read-Only:
id
(Number)title
(String)uid
(String)url
(String)