Skip to content

Commit

Permalink
adding attribute family for bigtable_table (hashicorp#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
eraac authored and rileykarson committed Oct 12, 2018
1 parent f75cf0b commit 892caed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/r/bigtable_table.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,17 @@ The following arguments are supported:

* `split_keys` - (Optional) A list of predefined keys to split the table on.

* `column_family` - (Optional) A group of columns within a table which share a common configuration. This can be specified multiple times. Structure is documented below.

* `project` - (Optional) The ID of the project in which the resource belongs. If it
is not provided, the provider project is used.

-----

`column_family` supports the following arguments:

* `family` - (Optional) Creates a new column family in a table.

## Attributes Reference

Only the arguments listed above are exposed as attributes.

0 comments on commit 892caed

Please sign in to comment.