title | platform |
---|---|
About the google_secret_manager_secrets resource |
gcp |
A google_secret_manager_secrets
is used to test a Google Secret resource
describe google_secret_manager_secrets(parent: ' value_parent') do
it { should exist }
end
Properties that can be accessed from the google_secret_manager_secrets
resource:
See google_secret_manager_secret.md for more detailed information
names
: an array ofgoogle_secret_manager_secret
namecreate_times
: an array ofgoogle_secret_manager_secret
create_timelabels
: an array ofgoogle_secret_manager_secret
labelsreplications
: an array ofgoogle_secret_manager_secret
replicationtopics
: an array ofgoogle_secret_manager_secret
topicsexpire_times
: an array ofgoogle_secret_manager_secret
expire_timettls
: an array ofgoogle_secret_manager_secret
ttlrotations
: an array ofgoogle_secret_manager_secret
rotationsecret_ids
: an array ofgoogle_secret_manager_secret
secret_id
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the Secret Manager API is enabled for the current project.