Add docs for the bigquery dataset delete_contents_on_destroy field (#3004)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
This commit is contained in:
The Magician 2019-02-08 08:11:05 -08:00 committed by Riley Karson
parent b7ffdffcaa
commit c8fcba1907

View File

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