hello! can anyone point me to a working example of...
# google-cloud
a
hello! can anyone point me to a working example of accessing a GCP secret? When I look at the docs it's asking for
google-beta
provider, but erroring out on that (Typescript). I'm working from the example here. the error i'm getting is this:
Copy code
TSError: ⨯ Unable to compile TypeScript:
    index.ts(84,19): error TS1136: Property assignment expected.
    index.ts(65,13): error TS2304: Cannot find name 'google_beta'.
not sure anybody's noticed this question but, basically, pulumi gcp secret access doesn't seem to be working, but that's ok because you can now access secrets as env vars directly into cloud-run services. configuring all that with Pulumi is another open question though...