Skip to content

Commit

Permalink
Add labels to google_storage_bucket (hashicorp#652)
Browse files Browse the repository at this point in the history
* revendor storage

* revendor gensupport

* revendor bigquery

* add support for storage bucket labels

* bucket label docs
  • Loading branch information
danawillow authored Oct 30, 2017
1 parent c84e903 commit d09f179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/r/storage_bucket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand Down

0 comments on commit d09f179

Please sign in to comment.