Skip to content

Commit 70d9c1d

Browse files
fix: update spanner terraform doc (#12564) (#20693)
[upstream:ee0266255be4fd1cf6032a52cc1aba003cea8f36] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent e52bdd4 commit 70d9c1d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/12564.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
spanner: updated document for IAM policy for Spanner Databases on federated identities
3+
```

website/docs/r/spanner_instance_iam.html.markdown

Lines changed: 2 additions & 0 deletions
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, alice@gmail.com or joe@example.com.
7575
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
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, admins@example.com.
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)