https://pulumi.com logo
#google-cloud
Title
# google-cloud
m

millions-branch-13617

11/14/2023, 11:24 PM
I'm using pulumi to manage some firebase projects and apps, but I seem to have gotten myself into a situation where the
gcp:firebase:AndroidApp
created was deleted via the console, and now Pulumi complains with
googleapi: Error 404: App not found.
What's the best way to resolve this? Can I force Pulumi to recreate that app?
b

brash-monkey-31522

11/15/2023, 2:07 AM
Best thing to do is
pulumi state delete
on the resource that was deleted in the console
m

millions-branch-13617

11/15/2023, 2:11 AM
ok great, thanks!