Feature Request
It looks like currently the grafana_folder datasource is only able to lookup a folder by name. If there are multiple folders with the same name under two separate parent folders, it only returns the first result. It would be nice to be able to specify which parent folder to look for a specific folder under.
Example:
data "grafana_folder" "example" {
title = "my-team-folder"
parent_folder_uid = "my-parent-folder-uid"
}