Skip to main content

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 of google_compute_backend_bucket bucket_name
  • cdn_policies: an array of google_compute_backend_bucket cdn_policy
  • custom_response_headers: (Beta only) an array of google_compute_backend_bucket custom_response_headers
  • creation_timestamps: an array of google_compute_backend_bucket creation_timestamp
  • descriptions: an array of google_compute_backend_bucket description
  • enable_cdns: an array of google_compute_backend_bucket enable_cdn
  • ids: an array of google_compute_backend_bucket id
  • names: an array of google_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.

Thank you for your feedback!

×