Skip to content

Commit

Permalink
duration
Browse files Browse the repository at this point in the history
  • Loading branch information
eraac authored and slevenick committed Dec 8, 2020
1 parent 48bbe61 commit 99c9fe7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "google_bigtable_gc_policy" "policy" {
column_family = "name"
max_age {
seconds = 3600 * 24 * 7 # 7 days
duration = "168h" # 7 days
}
}
```
Expand All @@ -58,7 +58,7 @@ resource "google_bigtable_gc_policy" "policy" {
mode = "UNION"
max_age {
seconds = 3600 * 24 * 7 # 7 days
duration = "168h" # 7 days
}
max_version {
Expand Down

0 comments on commit 99c9fe7

Please sign in to comment.