We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a19d3d commit 3a6c15fCopy full SHA for 3a6c15f
bigtable_logical_view/main.tf
@@ -22,6 +22,7 @@ resource "google_bigtable_table" "table" {
22
resource "google_bigtable_logical_view" "logical_view" {
23
logical_view_id = "bt-logical-view-${local.name_suffix}"
24
instance = google_bigtable_instance.instance.name
25
+ deletion_protection = false
26
query = <<EOT
27
SELECT _key, CF
28
FROM ` + "`bt-table-${local.name_suffix}`" + `
0 commit comments