Skip to content

Commit

Permalink
Update GC policy doc (#6668) (#12762)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Oct 11, 2022
1 parent aadb0d3 commit b56aa65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/6668.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
bigtable: updated Cloud Bigtable GC policy documentation
```
8 changes: 8 additions & 0 deletions website/docs/r/bigtable_gc_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Creates a Google Cloud Bigtable GC Policy inside a family. For more information
[the official documentation](https://cloud.google.com/bigtable/) and
[API](https://cloud.google.com/bigtable/docs/go/reference).

-> **Warning**: We don't recommend having multiple GC policies for the same column
family as it may result in unexpected behavior.

-> **Note**: GC policies associated with a replicated table cannot be destroyed directly.
Destroying a GC policy is translated into never perform garbage collection, this is
considered relaxing from pure age-based or version-based GC policy, hence not allowed.
The workaround is unreplicating the instance first by updating the instance to have one
cluster.

## Example Usage

Expand Down

0 comments on commit b56aa65

Please sign in to comment.