You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite setting PROJECT_ID variable, the script is somehow using the gcloud config get project settings instead, hence resources are being created in that project instead.
Example:
PROJECT_ID=aaaaaa
gcloud config get project = bbbbbb
Resources are being created in bbbbbb instead of the declared PROJECT_ID=aaaaaa
I forked the repo and will attempt to fix it.
The text was updated successfully, but these errors were encountered:
Despite setting PROJECT_ID variable, the script is somehow using the
gcloud config get project
settings instead, hence resources are being created in that project instead.Example:
PROJECT_ID=aaaaaa
gcloud config get project = bbbbbb
Resources are being created in bbbbbb instead of the declared PROJECT_ID=aaaaaa
I forked the repo and will attempt to fix it.
The text was updated successfully, but these errors were encountered: