From 60569fa4c7e8d0080b2be6bc09409c740702fba0 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 4 Nov 2022 15:12:05 -0400 Subject: [PATCH] Clarify docs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a00d991b..13665f92 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,11 @@ Terraform module to automate your infrastructure provisioning. See [examples](ht ```sh export WORKLOAD_IDENTITY_POOL_ID="..." # value from above + + # This should look like: + # + # projects/123456789/locations/global/workloadIdentityPools/my-pool + # ``` @@ -597,6 +602,13 @@ Terraform module to automate your infrastructure provisioning. See [examples](ht --member="principalSet://iam.googleapis.com/${WORKLOAD_IDENTITY_POOL_ID}/attribute.repository/${REPO}" ``` + Note that `$WORKLOAD_IDENTITY_POOL_ID` should be the **full** Workload + Identity Pool resource ID, like: + + ```text + projects/123456789/locations/global/workloadIdentityPools/my-pool + ``` + 1. Extract the Workload Identity **Provider** resource name: ```sh