Is there a way to taint a resource using pulumi? I...
# general
f
Is there a way to taint a resource using pulumi? I know I can target destroy but I want to recreate a resource along with any dependency updates/recreations that need to go along with it. So marking a resource for recreation is what I am looking for.
g
pulumi up --target-dependents --target-replace ...
should do it
👍 1
f
ah cool I was missing the --target-replace option! Thanks
a
Cool !
i think this would also help with the issue i had before: https://pulumi-community.slack.com/archives/CRFUR2DGB/p1585133297006300