Skip to content

Commit 89c78a5

Browse files
committed
Terraform Docs
1 parent 28e7225 commit 89c78a5

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/resources/cluster_2.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,21 @@ description: |-
1717

1818
### Required
1919

20-
- `name` (String) The name of the cluster.
20+
- `name` (String) The identifier for the cluster.
21+
22+
### Optional
23+
24+
- `availability_zones` (List of String) The specific availability zones of the cluster.
25+
- `comment` (String) **Public Preview** Comment on an object in the database.
26+
- `disk` (Boolean) **Deprecated**. This attribute is maintained for backward compatibility with existing configurations. New users should use 'cc' sizes for disk access. Disk replicas are deprecated and will be removed in a future release. The `disk` attribute will be enabled by default for 'cc' clusters
27+
- `idle_arrangement_merge_effort` (Number) The amount of effort to exert compacting arrangements during idle periods. This is an unstable option! It may be changed or removed at any time.
28+
- `introspection_debugging` (Boolean) Whether to introspect the gathering of the introspection data.
29+
- `introspection_interval` (String) The interval at which to collect introspection data.
30+
- `ownership_role` (String) The ownership role of the object.
31+
- `region` (String) The region to use for the resource connection. If not set, the default region is used.
32+
- `replication_factor` (Number) The number of replicas of each dataflow-powered object to maintain.
33+
- `size` (String) The size of the managed cluster.
34+
35+
### Read-Only
36+
37+
- `id` (String) The Cluster ID

0 commit comments

Comments
 (0)