I've got an issue where I'm trying to specify `del...
# general
a
I've got an issue where I'm trying to specify
delete_before_replace
but Pulumi seems to be ignoring that advice and still trying to create the resource before deleting the original. In this case it's a Vault Mount that is part of a component resource. I've tried passing the resource options to the entire component, and to just the Mount resource with no luck.