Skip to content

Commit 8d59d24

Browse files
authored
Add missing special member identifiers (#11473)
1 parent 832a0d6 commit 8d59d24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mmv1/third_party/terraform/website/docs/r/bigquery_dataset_iam.html.markdown

+4-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ The following arguments are supported:
9191
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
9292
* **group:{emailid}**: An email address that represents a Google group. For example, [email protected].
9393
* **iamMember:{principal}**: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet).
94+
* **projectOwners**: A special identifier that represents the Owners of the project of the dataset.
95+
* **projectReaders**: A special identifier that represents the Viewers of the project of the dataset.
96+
* **projectWriters**: A special identifier that represents the Editors of the project of the dataset.
9497
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, [email protected].
9598
* **user:{emailid}**: An email address that represents a specific Google account. For example, [email protected] or [email protected].
9699

@@ -177,4 +180,4 @@ The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/c
177180

178181
```
179182
$ terraform import google_bigquery_dataset_iam_policy.default projects/{{project_id}}/datasets/{{dataset_id}}
180-
```
183+
```

0 commit comments

Comments
 (0)