google_compute_backend_buckets resource
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 google_compute_backend_bucket for more detailed information.
bucket_names: an array ofgoogle_compute_backend_bucketbucket_namecdn_policies: an array ofgoogle_compute_backend_bucketcdn_policycustom_response_headers: (Beta only) an array ofgoogle_compute_backend_bucketcustom_response_headerscreation_timestamps: an array ofgoogle_compute_backend_bucketcreation_timestampdescriptions: an array ofgoogle_compute_backend_bucketdescriptionenable_cdns: an array ofgoogle_compute_backend_bucketenable_cdnids: an array ofgoogle_compute_backend_bucketidnames: an array ofgoogle_compute_backend_bucketname
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.