This message was deleted.
# getting-started
s
This message was deleted.
f
Seems like this command line option is what you want?
q
OK, thanks for the heads up. I'll take a look.
I played around with it a bit .. it looks like you also want
--target-dependents
or you'll end up not triggering important parts of your dependency graph (e.g. updating Route53 A records) ...
pulumi up --target-dependents --target-replace my:urn
worked for me
🙌 1