https://pulumi.com logo
#getting-started
Title
# getting-started
q

quick-telephone-15244

05/04/2022, 1:58 PM
if during the execution of
pulumi up
there's a failure to create a resource, is there a flag I can use to have pulumi automatically begin a rollback/deletion of the resources it's created so far? or some other way to stop the command from continuing?
e

echoing-dinner-19531

05/04/2022, 2:34 PM
There isn’t a flag for this, but if your using version control you should just be able to checkout the old version of your app and run pulumi up again.
👍 1
4 Views