google_storage_bucket

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

Example Usage

data "google_storage_bucket" "my-bucket" {
  name = "my-bucket"
}

Argument Reference

The following arguments are supported:

Attributes Reference

See google_storage_bucket resource for details of the available attributes.