Skip to content

Commit 581cd4c

Browse files
committed
Only one cluster, max.
Only allow one cluster for bigtable instances. We can expand to 2 for 2.0.0.
1 parent 5deda2d commit 581cd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/r/bigtable_instance.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following arguments are supported:
4040

4141
* `display_name` - (Optional) The human-readable display name of the Bigtable instance. Defaults to the instance `name`.
4242

43-
* `cluster` - (Optional) A block of cluster configuration options. Either `cluster` or `cluster_id` must be used. At most two clusters may be specified. See structure below.
43+
* `cluster` - (Optional) A block of cluster configuration options. Either `cluster` or `cluster_id` must be used. Only one cluster may be specified. See structure below.
4444

4545
* `cluster_id` - (Optional, Deprecated) The ID of the Cloud Bigtable cluster. Use `cluster.cluster_id` instead.
4646

0 commit comments

Comments
 (0)