Skip to content

Commit e9deb41

Browse files
authored
bigtable: update automated backups documentation for bigtable table (GoogleCloudPlatform#13326)
1 parent 6aceb15 commit e9deb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/website/docs/r/bigtable_table.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ to delete/recreate the entire `google_bigtable_table` resource.
100100

101101
* `change_stream_retention` - (Optional) Duration to retain change stream data for the table. Set to 0 to disable. Must be between 1 and 7 days.
102102

103-
* `automated_backup_policy` - (Optional) Defines an automated backup policy for a table, specified by Retention Period and Frequency. To disable, set both Retention Period and Frequency to 0.
103+
* `automated_backup_policy` - (Optional) Defines an automated backup policy for a table, specified by Retention Period and Frequency. To _create_ a table with automated backup disabled, omit this argument. To disable automated backup on an _existing_ table that has automated backup enabled, set both Retention Period and Frequency to 0.
104104

105105
-----
106106

0 commit comments

Comments
 (0)