We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76377f2 commit 771f23bCopy full SHA for 771f23b
gcp-ts-oidc-provider-pulumi-cloud/index.ts
@@ -42,7 +42,7 @@ const identityPool = new gcp.iam.WorkloadIdentityPool(`identity-pool`, {
42
43
const oidcProvider = new gcp.iam.WorkloadIdentityPoolProvider(`identity-pool-provider`, {
44
workloadIdentityPoolId: identityPool.workloadIdentityPoolId,
45
- workloadIdentityPoolProviderId: `pulumi-cloud-${pulumi.getOrganization()}-oidc`,
+ workloadIdentityPoolProviderId: `pulumi-cloud-${escEnvOrg}-oidc`,
46
oidc: {
47
issuerUri: issuer,
48
allowedAudiences: [`gcp:${escEnvOrg}`],
0 commit comments