Skip to content

Commit 60569fa

Browse files
committed
Clarify docs
1 parent 7e38fb1 commit 60569fa

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,11 @@ Terraform module to automate your infrastructure provisioning. See [examples](ht
554554

555555
```sh
556556
export WORKLOAD_IDENTITY_POOL_ID="..." # value from above
557+
558+
# This should look like:
559+
#
560+
# projects/123456789/locations/global/workloadIdentityPools/my-pool
561+
#
557562
```
558563

559564

@@ -597,6 +602,13 @@ Terraform module to automate your infrastructure provisioning. See [examples](ht
597602
--member="principalSet://iam.googleapis.com/${WORKLOAD_IDENTITY_POOL_ID}/attribute.repository/${REPO}"
598603
```
599604

605+
Note that `$WORKLOAD_IDENTITY_POOL_ID` should be the **full** Workload
606+
Identity Pool resource ID, like:
607+
608+
```text
609+
projects/123456789/locations/global/workloadIdentityPools/my-pool
610+
```
611+
600612
1. Extract the Workload Identity **Provider** resource name:
601613

602614
```sh

0 commit comments

Comments
 (0)