-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for regional secrets list datasource google_secret_manager_regional_secrets
#11743
Add support for regional secrets list datasource google_secret_manager_regional_secrets
#11743
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @ScottSuarez, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Tests analyticsTotal tests: 41 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
Can I ask for my information about your usecase? How are are you looking to use and interact with this datasource? |
This datasource enables the retrieval of regional secrets for a specified location. It is particularly valuable for users who want to filter regional secrets using specific parameters and leverage these values in other resources (e.g. to fetch secret version based on the name of the filtered regional secrets). Moreover, It is regional equivalent of the datasource |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
...arty/terraform/services/secretmanagerregional/data_source_secret_manager_regional_secrets.go
Show resolved
Hide resolved
…er_regional_secrets` (GoogleCloudPlatform#11743)
…er_regional_secrets` (GoogleCloudPlatform#11743)
…er_regional_secrets` (GoogleCloudPlatform#11743)
Add support for regional secrets list datasource
google_secret_manager_regional_secrets
.More info about regional secrets: https://cloud.google.com/secret-manager/docs/regional-secrets-overview
Release Note Template for Downstream PRs (will be copied)