From 2ea1c4062529beae14390e80d969f960da8a1472 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 3 Dec 2019 11:35:07 -0800 Subject: [PATCH] fix broken indent in bigquery dataset docs (#1460) Signed-off-by: Modular Magician --- google-beta/resource_big_query_dataset.go | 5 +---- website/docs/r/bigquery_dataset.html.markdown | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/google-beta/resource_big_query_dataset.go b/google-beta/resource_big_query_dataset.go index 04d6ca2233..d4759a4889 100644 --- a/google-beta/resource_big_query_dataset.go +++ b/google-beta/resource_big_query_dataset.go @@ -248,10 +248,7 @@ counterparts, and will show a diff post-create. See "special_group": { Type: schema.TypeString, Optional: true, - Description: `A special group to grant access to. - - -Possible values include: + Description: `A special group to grant access to. Possible values include: * 'projectOwners': Owners of the enclosing project. diff --git a/website/docs/r/bigquery_dataset.html.markdown b/website/docs/r/bigquery_dataset.html.markdown index bd0ec8a7ee..be7d13cec0 100644 --- a/website/docs/r/bigquery_dataset.html.markdown +++ b/website/docs/r/bigquery_dataset.html.markdown @@ -201,9 +201,7 @@ The `access` block supports: * `special_group` - (Optional) - A special group to grant access to. - - Possible values include: + A special group to grant access to. Possible values include: * `projectOwners`: Owners of the enclosing project.