Skip to content

Commit a923a41

Browse files
Bigtable: Update the max number of clusters can be supported (#6723) (#12923)
Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent e9af719 commit a923a41

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/6723.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
bigtable: updated the max number of clusters supported documentation
3+
```

website/docs/r/bigtable_instance.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ The following arguments are supported:
8181

8282
* `name` - (Required) The name (also called Instance Id in the Cloud Console) of the Cloud Bigtable instance.
8383

84-
* `cluster` - (Required) A block of cluster configuration options. This can be specified at least once, and up to 4 times.
85-
See [structure below](#nested_cluster).
84+
* `cluster` - (Required) A block of cluster configuration options. This can be specified at least once, and up
85+
to as many as possible within 8 cloud regions. See [structure below](#nested_cluster).
8686

8787
-----
8888

0 commit comments

Comments
 (0)