From c8fcba19071d1192399924957e6a23a442f9bb04 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 8 Feb 2019 08:11:05 -0800 Subject: [PATCH] Add docs for the bigquery dataset delete_contents_on_destroy field (#3004) /cc @rileykarson --- website/docs/r/bigquery_dataset.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/r/bigquery_dataset.html.markdown b/website/docs/r/bigquery_dataset.html.markdown index 1fe8cebf..48d3d035 100644 --- a/website/docs/r/bigquery_dataset.html.markdown +++ b/website/docs/r/bigquery_dataset.html.markdown @@ -52,6 +52,10 @@ The following arguments are supported: * `description` - (Optional) A user-friendly description of the dataset. +* `delete_contents_on_destroy` - (Optional) If set to `true`, delete all the + tables in the dataset when destroying the resource; otherwise, destroying + the resource will fail if tables are present. + * `location` - (Optional) The geographic location where the dataset should reside. See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations).