Skip to content

Commit

Permalink
Update mmv1/third_party/terraform/website/docs/r/bigtable_authorized_…
Browse files Browse the repository at this point in the history
…view.html.markdown
  • Loading branch information
c2thorn authored May 1, 2024
1 parent e66f3d2 commit 93bcf84
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 93bcf84

Please sign in to comment.