From fa31b6d20741cadbf2f674792d0680f73673f6f7 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Thu, 22 Sep 2016 07:46:35 +1200 Subject: [PATCH] Add support for GCS StorageClass Fixes: #7417 --- r/storage_bucket.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/r/storage_bucket.html.markdown b/r/storage_bucket.html.markdown index b32b301d..9dddc20d 100644 --- a/r/storage_bucket.html.markdown +++ b/r/storage_bucket.html.markdown @@ -48,6 +48,10 @@ to `google_storage_bucket_acl.predefined_acl`. * `project` - (Optional) The project in which the resource belongs. If it is not provided, the provider project is used. +* `storage_class` - (Optional) The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `STANDARD`, `NEARLINE`, `DURABLE_REDUCED_AVAILABILITY` + + > See for more info. + * `website` - (Optional) Configuration if the bucket acts as a website. The optional `website` block supports: