https://pulumi.com logo
n

numerous-carpenter-4252

09/04/2023, 1:21 PM
I would like to know why pulumi deleted resources of my project without any message or permission?
a

abundant-fall-26464

09/04/2023, 3:09 PM
when you run
pulumi up
it would show a preview of the actions it would do before you confirm the changes to be applied on AWS. it looks like a change in your application code might have caused the resources to get deleted. but as mentioned before, this would show up, unless you are running something like
pulumi up -y
or
pulumi up -f -y
to automatically approve with skipping preview.
if you are using Pulumi Cloud, you could check the stack activity history, that might show at which point the resources were deleted.