This message was deleted.
# general
s
This message was deleted.
l
Create before destroy is the default in Pulumi. The equivalent is the opt
deleteBeforeReplace
, which flips the TF lifecycle.
This is the main reason why Pulumi creates randomized name suffixes. To enable create_before_destroy-by-default.
b
Nice thank you for the quick answer 🙂
👍 1
I just wanna be sure!
c
https://www.pulumi.com/docs/intro/concepts/programming-model/#autonaming
Copy code
By default, Pulumi creates replacements first, then updates existing references to them, and finally deletes the old resources.