Hey gang, is it possible to use the `--target` fla...
# getting-started
t
Hey gang, is it possible to use the
--target
flag on
pulumi up
for resources that have not yet been created?
b
nope, it needs a urn
t
Gotcha. Any other way to only create new resources on
pulumi up
while ignoring changes to other resources? I know of the`ignoreChanges` argument but if there's a lot of resources, that seems cumbersome, right?
b
do you have lots of changes? The idea really is that you shouldn't 🙂 if you just need to create some new resources, creating a new project is the way
t
I figured 😄 Thanks for the advice 🙏
e
There is an issue to track adding this: https://github.com/pulumi/pulumi/issues/8956
👍 1