From 93bcf84dba2736674c7490488de32278b510b019 Mon Sep 17 00:00:00 2001 From: Cameron Thornton Date: Wed, 1 May 2024 15:51:25 -0500 Subject: [PATCH] Update mmv1/third_party/terraform/website/docs/r/bigtable_authorized_view.html.markdown --- .../website/docs/r/bigtable_authorized_view.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mmv1/third_party/terraform/website/docs/r/bigtable_authorized_view.html.markdown b/mmv1/third_party/terraform/website/docs/r/bigtable_authorized_view.html.markdown index 7f5828ed7576..fecd42c50d38 100644 --- a/mmv1/third_party/terraform/website/docs/r/bigtable_authorized_view.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/bigtable_authorized_view.html.markdown @@ -95,6 +95,8 @@ The following arguments are supported: * `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. * `deletion_protection` - (Optional) A field to make the table protected against data loss i.e. when set to PROTECTED, deleting the table, the column families in the table, and the instance containing the table would be prohibited. + +If not provided, currently deletion protection will be set to UNPROTECTED as it is the API default value. Note this field configs the deletion protection provided by the API in the backend, and should not be confused with Terraform-side deletion protection. If not provided, deletion protection will be set to UNPROTECTED. * `subset_view` - (Optional) An AuthorizedView permitting access to an explicit subset of a Table. Structure is documented below.