Skip to content

Commit

Permalink
Added description of default_event_based_hold (GoogleCloudPlatform#5694)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored and lcaggio committed Mar 16, 2022
1 parent af9daec commit c872c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ func resourceStorageBucket() *schema.Resource {
"default_event_based_hold": {
Type: schema.TypeBool,
Optional: true,
Description: `Whether or not to automatically apply an eventBasedHold to new objects added to the bucket.`,
},

"logging": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,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](#nested_cors).

* `default_event_based_hold` - (Optional) Whether or not to automatically apply an eventBasedHold to new objects added to the bucket.

* `retention_policy` - (Optional) Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is [documented below](#nested_retention_policy).

* `labels` - (Optional) A map of key/value label pairs to assign to the bucket.
Expand Down

0 comments on commit c872c8a

Please sign in to comment.