diff --git a/website/docs/r/bigquery_dataset.html.markdown b/website/docs/r/bigquery_dataset.html.markdown index 48d3d035..56e8b5bd 100644 --- a/website/docs/r/bigquery_dataset.html.markdown +++ b/website/docs/r/bigquery_dataset.html.markdown @@ -109,6 +109,7 @@ The following arguments are supported: The `access` block supports the following fields (exactly one of `domain`, `group_by_email`, `special_group`, `user_by_email`, or `view` must be set, even though they are marked optional): + * `role` - (Required unless `view` is set) Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: `READER`, `WRITER`, `OWNER`. @@ -134,6 +135,7 @@ even though they are marked optional): via an update operation. Structure is documented below. The `access.view` block supports: + * `dataset_id` - (Required) The ID of the dataset containing this table. * `project_id` - (Required) The ID of the project containing this table.