You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`cluster` (Attributes) The cluster configuration for the datastore. (see [below for nested schema](#nestedatt--cluster))
27
27
-`disable_pass_key` (Boolean) Disable the passkey for the datastore.
28
28
-`dragonfly` (Attributes) Dragonfly-specific configuration. (see [below for nested schema](#nestedatt--dragonfly))
29
29
-`maintenance_window` (Attributes) The maintenance window configuration for the datastore. (see [below for nested schema](#nestedatt--maintenance_window))
30
30
-`network_id` (String) The ID of the network the datastore should be placed into.
31
-
-`shard_memory` (Number) The maximum individual shard memory within a cluster.
32
31
33
32
### Read-Only
34
33
@@ -63,6 +62,14 @@ Optional:
63
62
-`replicas` (Number) The number of replicas for the datastore. Default is 0.
64
63
65
64
65
+
<aid="nestedatt--cluster"></a>
66
+
### Nested Schema for `cluster`
67
+
68
+
Optional:
69
+
70
+
-`shard_memory` (Number) The cluster shard memory.
0 commit comments