SumoLogic / terraform-provider-sumologic

Terraform provider for Sumo Logic
https://www.terraform.io/docs/providers/sumologic/
Mozilla Public License 2.0
40 stars 57 forks source link

Feature Request: sumologic_monitor_folder data source #605

Open jqzmyob opened 10 months ago

jqzmyob commented 10 months ago

We already have this https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/data-sources/folder to find folder in library by its path, perhaps we can also get a monitor folder by path?

kcarrillorhoads commented 3 months ago

This would effectively remove my issue: https://github.com/SumoLogic/terraform-provider-sumologic/issues/676 as we would then have parity on being able to lookup folders without having to pass their id down through modules. It also lets you use monitor_folders across states.

christensenjairus commented 2 months ago

I have a need for this data source as well.