This message was deleted.
# aws
s
This message was deleted.
l
I'm betting that reference
create_before_destroy = true in a lifecycle block
is copied directly from the Terraform provider docs. The Pulumi equivalent is to set
deleteBeforeReplace: true
in your opts.
a
That makes a lot of sense!!
l
Actually would it be
deleteBeforeReplace: false
?
👍 1
Since the Terraform lifecycle option seems to be the opposite in meaning...