This message was deleted.
# general
s
This message was deleted.
d
I have my
gcp:project
config value set to my project. I have no idea where 563584335869 is coming from.
c
cc @white-balloon-205
and perhaps @microscopic-florist-22719??
w
That is certainly surprising that this would report any project other than the one you are logged in as. Are you sure that isn't the "Project number" associated with your account? BTW - I believe you can automate registration via something like the following (I have not tried this myself):
Copy code
let enablesqladmin = new gcp.projects.Service("sqladmin", {
  service: "<http://cloudbuild.googleapis.com|cloudbuild.googleapis.com>",
  disableOnDestroy: false,
});
d
It’s not the project number for any of my projects.
I figured out that 563584335869 is the project number for Firebase CLI (which I have installed). Running
gcloud auth application-default login
fixed it.
c
fascinating.
@dry-pilot-73614 is there an issue open for this? Other people googling later may find that useful
even though it’s not technically a pulumi bug
d
No, where would be a good place to open one? Googling that number, I found other people with the same problem in different contexts, but didn’t see any posts with a diagnosis or solution.
I created (and closed) an issue for posterity. https://github.com/pulumi/pulumi-gcp/issues/46
w
Thanks!