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 ofgooglefilestoreinstancelabels *fileshares: an array ofgooglefilestoreinstancefile_shares *networks: an array ofgooglefilestoreinstancenetworks *etags: an array ofgooglefilestoreinstanceetag *zones: an array ofgooglefilestoreinstance` 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.

GCP Permissions