It would be great if we could have a data source that can load all secrets with a specific title (by regex would be even better). The data source would save all the secrets UIDs into a list that we could then loop through and load the actual records.
This would mimic a common terraform pattern used in the AWS provider, where you can load aws_vpcs data resource by tag and other filters and get the vpcs ids to get their other attributes using AWS_vpc data source.
It would be great if we could have a data source that can load all secrets with a specific title (by regex would be even better). The data source would save all the secrets UIDs into a list that we could then loop through and load the actual records. This would mimic a common terraform pattern used in the AWS provider, where you can load aws_vpcs data resource by tag and other filters and get the vpcs ids to get their other attributes using AWS_vpc data source.