Right now I am seeing a bunch of deletes for the o...
# general
s
Right now I am seeing a bunch of deletes for the other (to be updated) components
w
The
--target
option can be passed to Pulumi up to update only a subset of resources. https://www.pulumi.com/docs/reference/cli/pulumi_up/ It supports urn glob patterns, which should allow you to select out the subset of resource (potentially all children of a component?).
s
Thank you!