Syntax
A google_filestore_instances
is used to test a Google Instance resource
Examples
describe google_filestore_instances(project: 'chef-gcp-inspec', zone: 'us-central1-b') do
its('tiers') { should include 'PREMIUM' }
end
Properties
Properties that can be accessed from the google_filestore_instances
resource:
See googlefilestoreinstance.md for more detailed information
* names
: an array of google_filestore_instance
name
* descriptions
: an array of google_filestore_instance
description
* create_times
: an array of google_filestore_instance
createtime
* tiers
: an array of `googlefilestoreinstancetier
*
labels: an array of
googlefilestoreinstancelabels
*
fileshares: an array of
googlefilestoreinstancefile_shares
*
networks: an array of
googlefilestoreinstancenetworks
*
etags: an array of
googlefilestoreinstanceetag
*
zones: an array of
googlefilestoreinstance` zone
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.