title | platform |
---|---|
About the google_sourcerepo_repositories resource |
gcp |
A google_sourcerepo_repositories
is used to test a Google Repository resource
repo_name = 'inspec-gcp-repository'
describe.one do
google_sourcerepo_repositories(project: 'chef-gcp-inspec').names.each do |name|
describe name do
it { should match /\/repos\/#{repo_name}$/ }
end
end
end
Properties that can be accessed from the google_sourcerepo_repositories
resource:
See google_sourcerepo_repository.md for more detailed information
names
: an array ofgoogle_sourcerepo_repository
nameurls
: an array ofgoogle_sourcerepo_repository
urlsizes
: an array ofgoogle_sourcerepo_repository
size
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 Cloud Source Repositories API is enabled for the current project.