From 051423ee28388b3761c5cea0e2a68631d91013bd Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Fri, 17 Feb 2017 15:59:25 +0100 Subject: [PATCH] doc: gcs - Update storage_class documentation and tests `STANDARD` storage_class is now replaced by `MULTI_REGIONAL` depending the bucket location. Same for `DURABLE_REDUCED_AVAILABILITY` replaced by `REGIONAL`. refs: https://cloud.google.com/storage/docs/storage-classes#standard --- r/storage_bucket.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/storage_bucket.html.markdown b/r/storage_bucket.html.markdown index fe26b7e2..df2eae69 100644 --- a/r/storage_bucket.html.markdown +++ b/r/storage_bucket.html.markdown @@ -48,7 +48,7 @@ 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` +* `storage_class` - (Optional) The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`. * `website` - (Optional) Configuration if the bucket acts as a website.