How can I get the `project` name from a `gcp.Provi...
# typescript
s
How can I get the
project
name from a
gcp.Provider
? I’m setting up a Typescript module for a GKE cluster where I set the
gcp.Provider
externally to use it inside this module. To activate the new
workloadIdentityConfig
, you need to set the
identityNamespace: ${gcloudProject}.svc.id.goog
(currently).