google_spanner_database resource

Syntax

A google_spanner_database is used to test a Google 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.

© Chef Software, Inc.
Licensed under the Creative Commons Attribution 3.0 Unported License.
The Chef™ Mark and Chef Logo are either registered trademarks/service marks or trademarks/servicemarks of Chef, in the United States and other countries and are used with Chef Inc's permission.
We are not affiliated with, endorsed or sponsored by Chef Inc.
https://docs.chef.io/inspec/resources/google_spanner_database/