Skip to content

Commit

Permalink
Update Bigtable Num of Clusters Block Docs (#3792) (#6881)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jul 29, 2020
1 parent 7c0eeb8 commit 65b104c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3792.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/resource_bigtable_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func resourceBigtableInstance() *schema.Resource {
Type: schema.TypeList,
Optional: true,
Computed: true,
Description: `A block of cluster configuration options. This can be specified 1 or 2 times.`,
Description: `A block of cluster configuration options. This can be specified at least once, and up to 4 times.`,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"cluster_id": {
Expand Down
3 changes: 2 additions & 1 deletion website/docs/r/bigtable_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ The following arguments are supported:

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

* `cluster` - (Required) A block of cluster configuration options. This can be specified 1 or 2 times. See structure below.
* `cluster` - (Required) A block of cluster configuration options. This can be specified at least once, and up to 4 times.
See structure below.

-----

Expand Down

0 comments on commit 65b104c

Please sign in to comment.