First - thanks for making Pulumi, I've been teachi...
# google-cloud
c
First - thanks for making Pulumi, I've been teaching myself it all week and it's a pleasure to write real IaC. Second - is it possible to get the current GCP project that's being operated on, regardless if it's set by GOOGLE_PROJECT, GOOGLE_APPLICATION_CREDENTIALS?
I'm targeting Python but an example in any language would be helpful
The fact that GCP has "projects" and Pulumi has "projects" hasn't made my searching easier 🙂
b
gcp.config.project
@clean-helmet-84712
c
Thanks! I know it had to be somewhere...
b
🙂