I'm looking at a stack whose most recent update fa...
# general
l
I'm looking at a stack whose most recent update failed. Some resources (specifically, AWS SES DKIM Route53 records) are showing as "replace" in
pulumi preview
, show twice in the stack output/Pulumi app (the stack output marks one copy as
delete: true
), and is not actually changing (the Pulumi state name changed for the resources, but the resources themselves didn't). 1. In this situation, will there be an actual deletion attempt when I run
pulumi up
again? 2. If I add aliases to the new records, pointing to the old ones, will the replace get cancelled cleanly?