This message was deleted.
# google-cloud
s
This message was deleted.
b
I’m assuming here that the secret isn’t defined in Pulumi, in which case you’d look up the secret: https://www.pulumi.com/registry/packages/gcp/api-docs/secretmanager/getsecret/ and then the secretversion, which returns the value: https://www.pulumi.com/registry/packages/gcp/api-docs/secretmanager/getsecretversion/
d
The solution I ended up using is
@pulumi/random
to generate it as a Pulumi entity rather than GCP one
👍 1