Fix data examples

This commit is contained in:
Julio Castillo
2021-06-01 18:47:57 +02:00
parent faa3a1cfe9
commit c5e7ca78e8

View File

@@ -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
}
}
}