sparse-intern-71089
11/30/2018, 3:52 PMwhite-balloon-205
project
value should also be picked up ambiently from any of the following ENV vars:
"GOOGLE_PROJECT",
"GOOGLE_CLOUD_PROJECT",
"GCLOUD_PROJECT",
"CLOUDSDK_CORE_PROJECT",
Honestly not sure why Google has decided not to pick this up directly from gcloud config
as well - but it seems to be an intentional choice by Google engineers working on the Google Terraform Provider.
Regarding the error - this is the same as reported here: https://github.com/pulumi/examples/issues/150.
I have tried many times to reproduce that myself, but have been unable to. I feel reasonably sure that some combination of the credentials and projects being used must not be correct (and GCP error messages here are unfortunately not too helpful), but would love to get to the bottom of this. I can't figure out any way Pulumi could be related to these errors - but it's certainly possible.
If you have any more details you can share on specific user/role/project configuration you are using - could you add it to the issue linked above?faint-motherboard-95438
11/30/2018, 5:01 PM