Skip to content

Commit ee02662

Browse files
ericyzEric Zhao
and
Eric Zhao
authored
fix: update spanner terraform doc (#12564)
Co-authored-by: Eric Zhao <[email protected]>
1 parent 9ffbaef commit ee02662

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ The following arguments are supported:
7373
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
7474
* **user:{emailid}**: An email address that represents a specific Google account. For example, [email protected] or [email protected].
7575
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, [email protected].
76+
* **principal:{principal}**: Federated single identity. For example, principal://iam.googleapis.com/projects/PROJECT_NUMBER/locations/global/workloadIdentityPools/PROJECT_ID.svc.id.goog/subject/ns/NAMESPACE/sa/SERVICEACCOUNT
77+
* **principalSet:{principalSet}**: Federated identity group. For example, principalSet://iam.googleapis.com/projects/PROJECT_NUMBER/locations/global/workloadIdentityPools/PROJECT_ID.svc.id.goog/namespace/NAMESPACE
7678
* **group:{emailid}**: An email address that represents a Google group. For example, [email protected].
7779
* **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.
7880

0 commit comments

Comments
 (0)