Keeper-Security / terraform-provider-secretsmanager

MIT License
8 stars 4 forks source link

Feature Request - be able to load records by title #14

Open brandocomando opened 1 year ago

brandocomando commented 1 year ago

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.

maksimu commented 1 year ago

Filed internally as KSM-389