google_storage_bucket_objects

Gets existing objects inside an existing bucket in Google Cloud Storage service (GCS). See the official documentation and API.

Example Usage

Example files stored within a bucket.

data "google_storage_bucket_objects" "files" {
  bucket = "file-store"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

The bucket_objects block supports: