diff --git a/docs/r/storage_bucket.html.markdown b/docs/r/storage_bucket.html.markdown index 3db93ba29e9..213951392c5 100644 --- a/docs/r/storage_bucket.html.markdown +++ b/docs/r/storage_bucket.html.markdown @@ -47,7 +47,6 @@ The following arguments are supported: * `location` - (Optional, Default: 'US') The [GCS location](https://cloud.google.com/storage/docs/bucket-locations) - * `project` - (Optional) The project in which the resource belongs. If it is not provided, the provider project is used. @@ -61,6 +60,8 @@ The following arguments are supported: * `cors` - (Optional) The bucket's [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/) configuration. Multiple blocks of this type are permitted. Structure is documented below. +* `labels` - (Optional) A set of key/value label pairs to assign to the bucket. + The `lifecycle_rule` block supports: * `action` - (Required) The Lifecycle Rule's action configuration. A single block of this type is supported. Structure is documented below.