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.