title | platform |
---|---|
About the google_spanner_database resource |
gcp |
A google_spanner_database
is used to test a Google Database resource
describe google_spanner_database(project: 'chef-gcp-inspec', instance: 'spinstance', name: 'spdatabase') do
it { should exist }
its('name') { should match 'spdatabase' }
end
Properties that can be accessed from the google_spanner_database
resource:
-
name
: A unique identifier for the database, which cannot be changed after the instance is created. Values are of the form [a-z][-a-z0-9]*[a-z0-9]. -
instance
: The instance to create the database on.
Ensure the Cloud Spanner API is enabled for the current project.