Skip to content

Commit 314504b

Browse files
committed
Update docs.
1 parent 87e8402 commit 314504b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "persistent Provider"
44
subcategory: ""
55
description: |-
6-
Persistent resource counters provider for Terraform. Currently implements sequential numerical counters.
6+
Persistent resources provider for Terraform. Currently implements sequential numerical counter and buckets with capacity.
77
---
88

99
# persistent Provider
1010

11-
Persistent resource counters provider for Terraform. Currently implements sequential numerical counters.
11+
Persistent resources provider for Terraform. Currently implements sequential numerical counter and buckets with capacity.
1212

1313

1414

docs/resources/buckets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ resource "persistent_buckets" "example" {
8282

8383
### Optional
8484

85-
- `buckets` (Set of Map of Object) Set of filled buckets.
85+
- `buckets` (List of Map of Object) Ordered list of filled buckets.
86+
- `move_items` (Boolean) Allows moving items from one bucket to another (when weight of an item changes). If set to false, causes an error if an item needs moving.
87+
- `target_capacity` (Number) Target capacity of a single bucket (fills bucket up to this capacity, allows room for items growing weight without needing to move).
8688

8789
### Read-Only
8890

0 commit comments

Comments
 (0)