This message was deleted.
# general
s
This message was deleted.
s
The first portion of the error text you posted can be addressed by explicitly setting the GCP project using
pulumi config set gcp:project <project>
. It’s possible that, by setting the GCP project, it will also resolve the second portion of the error text, which pertains to an incorrect
audience
. I’d advise that you start with setting the GCP project using
pulumi config set
and see if that resolves both portions of the error. If not, come back here and we’ll see what we can figure out! 🙂