Trying to create a `gcp.iam.WorkloadIdentityPoolPr...
# google-cloud
g
Trying to create a
gcp.iam.WorkloadIdentityPoolProvider
but with no luck. To me this is looking like a bug in Pulumi's implementation (or terraform since it has been generated from it). I'm basing this on the error I get, it's a 404 from Google endpoint with URL (obfuscated slightly, but it's still valid:
Copy code
<p>The requested URL <code>/v1beta/projects/my-gcp-project/locations/global/workloadIdentityPools/projects/my-gcp-project/locations/global/workloadIdentityPools/my-workload-pool/providers?alt=json&workloadIdentityPoolProviderId=github</code> was not found on this server.  <ins>That's all we know.</ins>
Please note the doubling of the
/projects/my-gcp-project/locations/global/workloadIdentityPools
part in the URL. No wonder it gets a 404. I'm just double checking if I'm not misinterpreting this before I create an issue?
Oh, not using the latest version of @pulumi/gcp. I'll update and see if it fixes the problem
No dice, same error
And to make it clear, using TypeScript