Skip to content

Commit 3a6c15f

Browse files
feat(bigtable) Add support for deletion protection for Logical Views (#13441) (#986)
[upstream:3225e3043140851494bcf2680f795657d34249a2] Signed-off-by: Modular Magician <[email protected]>
1 parent 1a19d3d commit 3a6c15f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bigtable_logical_view/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ resource "google_bigtable_table" "table" {
2222
resource "google_bigtable_logical_view" "logical_view" {
2323
logical_view_id = "bt-logical-view-${local.name_suffix}"
2424
instance = google_bigtable_instance.instance.name
25+
deletion_protection = false
2526
query = <<EOT
2627
SELECT _key, CF
2728
FROM ` + "`bt-table-${local.name_suffix}`" + `

0 commit comments

Comments
 (0)