google_spanner_database resource
Use the google_spanner_database
InSpec audit resource to to test a Google Cloud Database resource.
Examples
describe google_spanner_database(project: 'chef-gcp-inspec', instance: 'spinstance', name: 'spdatabase') do
it { should exist }
its('name') { should match 'spdatabase' }
end
Properties
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.
GCP permissions
Ensure the Cloud Spanner API is enabled for the current project.