Skip to content

Commit

Permalink
revert dekete (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghaoy authored Jan 18, 2024
1 parent 08d3b6c commit 52f9fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/workbench/modules/reporting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ locals {
# to refer to other values in the same object when defining it.
table_id = replace(basename(full_path), local.TABLE_SCHEMA_SUFFIX, "")
range_partitioning = null
deletion_protection = false
deletion_protection = true
}]

# Merge calculated inputs with the ones we use every time.
Expand Down

0 comments on commit 52f9fbe

Please sign in to comment.