generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
The new harness_platform_dashboard_folders resource is misleading. The resource name is plural, but it only operates on a single folder.
I would expect there to be
- resource
harness_platform_dashboard_folderwhich takes anameand creates a single folder - data
harness_platform_dashboard_folderwhich takes a name and returns an existing dashboard folder - data
harness_platform_dashboard_folderswhich optionally takes a filter and returns a list of all dashboard folders
As designed now, the provider doesn't really have any method of discovering existing dashboard folders, you must know in advance any dashboard folder you're interested in using.
https://registry.terraform.io/providers/harness/harness/latest/docs/resources/platform_dashboard_folders
https://registry.terraform.io/providers/harness/harness/latest/docs/data-sources/platform_dashboard_folders
Metadata
Metadata
Assignees
Labels
No labels