Syntax
A google_compute_backend_buckets
is used to test a Google BackendBucket resource
Beta Resource
This resource has beta fields available. To retrieve these fields, include beta: true
in the constructor for the resource
Examples
describe google_compute_backend_buckets(project: 'chef-gcp-inspec', name: 'inspec-gcp-backend-bucket') do
its('descriptions') { should include 'Backend bucket example' }
its('bucket_names') { should include 'gcp-inspec-storage-bucket' }
end
Properties
Properties that can be accessed from the google_compute_backend_buckets
resource:
See googlecomputebackend_bucket.md for more detailed information
* bucket_names
: an array of google_compute_backend_bucket
bucketname
* `cdnpolicies: an array of
googlecomputebackendbucket` cdnpolicy
* creation_timestamps
: an array of google_compute_backend_bucket
creationtimestamp
* descriptions
: an array of `googlecomputebackendbucketdescription
*
enablecdns: an array of
googlecomputebackendbucketenable_cdn
*
ids: an array of
googlecomputebackendbucketid
*
names: an array of
googlecomputebackendbucket` name
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
Ensure the Compute Engine API is enabled for the current project.