Skip to content

Commit

Permalink
Add support for instance_type to google_bigtable_instance. (hashicorp…
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
rileykarson authored Aug 11, 2017
1 parent a27a63e commit 020816d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/r/bigtable_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ The following arguments are supported:

* `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/).

* `num_nodes` - (Optional) The number of nodes in your Bigtable instance. Minimum of `3`. Defaults to `3`.
* `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.

* `instance_type` - (Optional) The instance type to create. One of `"DEVELOPMENT"` or `"PRODUCTION"`. Defaults to `PRODUCTION`.

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

Expand Down

0 comments on commit 020816d

Please sign in to comment.