battis / partly-gcloudy

Idiosyncratic collection of interactions with `gcloud` CLI tool
GNU General Public License v3.0
0 stars 0 forks source link

Creating a new project does not pass project ID to billing correctly #7

Open battis opened 10 months ago

battis commented 10 months ago

Seen this happen a couple times now on calls to gcloud.batch.appEnginePublish(). Subsequent retries, using the already-created project, seem to work okay.

battis commented 7 months ago

I think this is less closed than desired. The projectId should have been picked up in gcloud.project.selectIdentifier() so the fix to gcoud.billing.enable() is more of a hack than a fix.