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_bucket
bucket_namecdn_policies
: an array ofgoogle_compute_backend_bucket
cdn_policycustom_response_headers
: (Beta only) an array ofgoogle_compute_backend_bucket
custom_response_headerscreation_timestamps
: an array ofgoogle_compute_backend_bucket
creation_timestampdescriptions
: an array ofgoogle_compute_backend_bucket
descriptionenable_cdns
: an array ofgoogle_compute_backend_bucket
enable_cdnids
: an array ofgoogle_compute_backend_bucket
idnames
: an array ofgoogle_compute_backend_bucket
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.