thousands-london-78260
03/14/2020, 8:44 PMpulumi up
and then manually select and set --target
or --target-replace
. Would be much easier if I could specify a --ignore
where I can specify a parent URN and then it and all it’s children won’t get any changes applied. Reason I don’t want different stacks is because staging/production are linked together via a service mesh which bridges between the two and does some cool stuff, so having them in the same pulumi up
command to manage is much easier.yarn --upgrade-interactive
)white-balloon-205
ignoreChanges
(or even conditionally create) the resources in you program based on some config setting that is defined per stack?thousands-london-78260
03/15/2020, 8:18 PM*
to ignoreChanges?white-balloon-205