Hi, I am receiving multiple `warning: unable to de...
# python
d
Hi, I am receiving multiple
warning: unable to detect a global setting for GCP Project;
despite having run
pulumi config set gcp:project project_name
any thoughts on how I can track down and resolve these warnings?
b
can you share your code?
d
it's a rather large project that I inherited (unable to share) and the warnings only recently started as far as I know. It's a single stack as well.
b
is there any google native in there?
d
only pulumi_gcp
b
hrm, I’ve never seen that error and i don’t see it on our SDK
d
Ah I actually found the problem, there was an older Pulumi.app.yaml that did not have gcp:project set.. 🤦‍♂️
Although that file can just be cleaned up anyways