Skip to content

Commit

Permalink
fixing example yaml (#12013)
Browse files Browse the repository at this point in the history
  • Loading branch information
interurban authored Jun 11, 2024
1 parent 5dc9089 commit 168bed2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions content/docs/esc/providers/gcp-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ The `gcp-login` provider enables you to log in to Google Cloud using OpenID Conn
## Example

```yaml
gcp:
login:
fn::open::gcp-login:
project: 123456789
oidc:
workloadPoolId: pulumi-esc
providerId: pulumi-esc
serviceAccount: [email protected]
values:
gcp:
login:
fn::open::gcp-login:
project: 123456789
oidc:
workloadPoolId: pulumi-esc
providerId: pulumi-esc
serviceAccount: [email protected]
```
## Configuring OIDC
Expand Down

0 comments on commit 168bed2

Please sign in to comment.