This message was deleted.
# typescript
s
This message was deleted.
b
No? That’s a quirk of Google cloud
s
There is a way to automate enabling the APIs, assuming your account has permissions. Have a look at the GCP version of our Pulumi Challenge here: https://www.pulumi.com/challenge/startup-in-a-box/ Scroll down to step 6 and look in the section where it says “Your
pulumi-challenge/index.ts
should not look like this” and you’ll see an example of enabling the APIs. Side note: you’ll need to use the
disableOnDestroy: false
setting to enable
pulumi destroy
to work as expected. (There’s an issue disabling the APIs.)