Open prasannapad opened 5 years ago
@stack72 I suspect that message is coming from the TF provider. Can you take a look?
@pgavlin / @lukehoban for this, we can follow the same flow as pulumi-aws, this means we would have a func that effectively walks the config tree checking for the correct credentials validates they are correct by using the Google OAuth library
Thoughts?
As a first timer with GCP on Pulumi, I found Pulumi's artcile on GCP Setup https://www.pulumi.com/docs/intro/cloud-providers/gcp/setup/ more precise and helpful than https://developers.google.com/accounts/docs/application-default-credentials when I ran into this error
Might want to consider adding a reference to your article? (to be consistent with Pulumi AWS setup for example)...