google_spanner_databases resource
Syntax
A google_spanner_databases
is used to test a Google Database resource
Examples
describe.one do
google_spanner_databases(project: 'chef-gcp-inspec', instance: 'spinstance').names.each do |name|
describe name do
it { should match 'spdatabase' }
end
end
end
Properties
Properties that can be accessed from the google_spanner_databases
resource:
See the google_spanner_database resource for more information.
names
- an array of
google_spanner_database
name instances
- an array of
google_spanner_database
instance
Filter Criteria
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
GCP Permissions
Ensure the Cloud Spanner API is enabled for the current project.