Skip to content

Commit 976b4ba

Browse files
modular-magicianEdward Sun
andauthored
remove a confusing form of dataset (#3778) (#2307)
Co-authored-by: Edward Sun <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent eda7f5f commit 976b4ba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/3778.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/bigquery_dataset_iam.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These resources are intended to convert the permissions system for BigQuery data
2727

2828
~> **Note:** `google_bigquery_dataset_iam_binding` resources **can be** used in conjunction with `google_bigquery_dataset_iam_member` resources **only if** they do not grant privilege to the same role.
2929

30-
## google\bigquery\_dataset\_iam\_policy
30+
## google\_bigquery\_dataset\_iam\_policy
3131

3232
```hcl
3333
data "google_iam_policy" "owner" {
@@ -73,7 +73,7 @@ resource "google_bigquery_dataset_iam_member" "editor" {
7373

7474
The following arguments are supported:
7575

76-
* `dataset_id` - (Required) The dataset ID, in the form `projects/{project}/datasets/{dataset_id}`
76+
* `dataset_id` - (Required) The dataset ID.
7777

7878
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
7979
Each entry can have one of the following values:

0 commit comments

Comments
 (0)