Skip to content

Commit

Permalink
[doc] wrong argument reference bigtable_gc_policy (#4960)
Browse files Browse the repository at this point in the history
  • Loading branch information
eraac authored and emilymye committed Nov 21, 2019
1 parent 023725f commit bac54ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docs/r/bigtable_gc_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ resource "google_bigtable_gc_policy" "policy" {
```

Multiple conditions is also supported. `UNION` when any of its sub-policies apply (OR). `INTERSECTION` when all its sub-policies apply (AND)

```hcl
resource "google_bigtable_gc_policy" "policy" {
instance_name = google_bigtable_instance.instance.name
Expand All @@ -70,11 +71,11 @@ resource "google_bigtable_gc_policy" "policy" {

The following arguments are supported:

* `name` - (Required) The name of the table.
* `table` - (Required) The name of the table.

* `instance_name` - (Required) The name of the Bigtable instance.

* `family` - (Required) The name of the column family.
* `column_family` - (Required) The name of the column family.

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

Expand Down

0 comments on commit bac54ae

Please sign in to comment.