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).