Skip to content

Commit c3262f9

Browse files
authored
fix gcp oidc typo (#2199)
2 parents 82681f2 + f56d28e commit c3262f9

File tree

1 file changed

+1
-1
lines changed
  • gcp-ts-oidc-provider-pulumi-cloud

1 file changed

+1
-1
lines changed

gcp-ts-oidc-provider-pulumi-cloud/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ values:
9595
subjectAttributes:
9696
- currentEnvironment.name
9797
pulumiConfig:
98-
gpc:project: \${gcp.login.project}
98+
gcp:project: \${gcp.login.project}
9999
environmentVariables:
100100
# The Google Cloud SDK (which is used by the Pulumi provider) requires the project to be set by number:
101101
GOOGLE_CLOUD_PROJECT: \${gcp.login.project}

0 commit comments

Comments
 (0)