Skip to content

Commit 53d140b

Browse files
authored
Fix documentation on is_live for storage_bucket (hashicorp#1614)
1 parent 8e7d6ea commit 53d140b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/r/storage_bucket.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `condition` block supports the following elements, and requires at least one
8282

8383
* `created_before` - (Optional) Creation date of an object in RFC 3339 (e.g. `2017-06-13`) to satisfy this condition.
8484

85-
* `is_live` - (Optional) Relevant only for versioned objects. If `true`, this condition matches live objects, archived objects otherwise.
85+
* `is_live` - (Optional) Defaults to `false` to match archived objects. If `true`, this condition matches live objects. Unversioned buckets have only live objects.
8686

8787
* `matches_storage_class` - (Optional) [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of objects to satisfy this condition. Supported values include: `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `STANDARD`, `DURABLE_REDUCED_AVAILABILITY`.
8888

0 commit comments

Comments
 (0)