Skip to content

Commit

Permalink
fix broken indent in bigquery dataset docs (#1460)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and danawillow committed Dec 3, 2019
1 parent e916684 commit 2ea1c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions google-beta/resource_big_query_dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions website/docs/r/bigquery_dataset.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2ea1c40

Please sign in to comment.