From c5e7ca78e896659db6e73fb905708cb0e86d6b53 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Tue, 1 Jun 2021 18:47:57 +0200 Subject: [PATCH] Fix data examples --- data-solutions/gcs-to-bq-with-dataflow/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data-solutions/gcs-to-bq-with-dataflow/main.tf b/data-solutions/gcs-to-bq-with-dataflow/main.tf index f67db64d1..647cf6d3c 100644 --- a/data-solutions/gcs-to-bq-with-dataflow/main.tf +++ b/data-solutions/gcs-to-bq-with-dataflow/main.tf @@ -303,6 +303,7 @@ module "bigquery-dataset" { expiration_time = null encryption_key = module.kms.keys.key-bq.self_link } + deletion_protection = true }, df_import = { friendly_name = "Dataflow import" @@ -319,6 +320,7 @@ module "bigquery-dataset" { expiration_time = null encryption_key = module.kms.keys.key-bq.self_link } + deletion_protection = true } } }