hallowed-train-1850
04/18/2023, 1:29 PMechoing-dinner-19531
04/18/2023, 2:27 PMwhite-balloon-205
04/18/2023, 4:15 PM—target
flag on the CLI: https://www.pulumi.com/docs/reference/cli/pulumi_up/.
The issue linked above notes a somewhat specific use case where you might need tainting specifically, but for the majority of use cases we typically find targeted updates can be a better solution. But depends on the specific need.fierce-ability-58936
04/18/2023, 9:21 PMtaint
is.
When I need to replace a resource, with terraform it's
terraform taint xx -> terraform plan -> terraform apply
With Pulumi it's
pulumi up --replace urn:xx
taints in ci/cd are something different as per the issue above.