Skip to content

Commit 020816d

Browse files
authored
Add support for instance_type to google_bigtable_instance. (hashicorp#313)
* govendor fetch cloud.google.com/go/bigtable * Vendor the rest of the stuff. * Add support for instance_type to google_bigtable_instance. * Revendored some packages. * Removed bad packages from vendor.json
1 parent a27a63e commit 020816d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/r/bigtable_instance.html.markdown

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ The following arguments are supported:
3535

3636
* `zone` - (Required) The zone to create the Bigtable instance in. Zones that support Bigtable instances are noted on the [Cloud Locations page](https://cloud.google.com/about/locations/).
3737

38-
* `num_nodes` - (Optional) The number of nodes in your Bigtable instance. Minimum of `3`. Defaults to `3`.
38+
* `num_nodes` - (Optional) The number of nodes in your Bigtable instance. Minimum of `3` for a `PRODUCTION` instance. Cannot be set for a `DEVELOPMENT` instance.
39+
40+
* `instance_type` - (Optional) The instance type to create. One of `"DEVELOPMENT"` or `"PRODUCTION"`. Defaults to `PRODUCTION`.
3941

4042
* `storage_type` - (Optional) The storage type to use. One of `"SSD"` or `"HDD"`. Defaults to `SSD`.
4143

0 commit comments

Comments
 (0)