From d3d73d4850f1f4b61582467bdd397e35ae842cdf Mon Sep 17 00:00:00 2001 From: Andreas Sekine Date: Thu, 7 Mar 2019 09:01:19 -0800 Subject: [PATCH] Fix BigQuery Dataset markdown (#2994) While rendered as intended by Github, the bullets are lost on the documentation's site --- website/docs/r/bigquery_dataset.html.markdown | 2 ++ 1 file changed, 2 insertions(+) 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.