File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
6006121. Extract the Workload Identity **Provider** resource name :
601613
602614 ` ` ` sh
You can’t perform that action at this time.
0 commit comments