Skip to content

Commit

Permalink
Add docs for the bigquery dataset delete_contents_on_destroy field (h…
Browse files Browse the repository at this point in the history
…ashicorp#416)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
  • Loading branch information
modular-magician authored and rileykarson committed Feb 8, 2019
1 parent 61d422c commit 1df0bc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/r/bigquery_dataset.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 1df0bc1

Please sign in to comment.