I'm creating all of the resources in a loop, but I...
# general
d
I'm creating all of the resources in a loop, but I want to apply changes only to one of the resources for testing. I'm trying to use
pulumi up -s my/stack --target-dependents --target 'some:urn'
but this command applies changes across all of my resources (components to be precise). Any idea why this would be happening? I'm using the latest pulumi cli version.