Hi all, we've been building out some pulumi stacks...
# getting-started
s
Hi all, we've been building out some pulumi stacks and making fairly common use of the parent to create hierarchies. Recently, we've decided we would probably want to run some of these stacks in our CI system, and I think we should probably use the non-interactive version of the output just to ensure it doesn't do anything strange in the logs that will be hard to figure out. The problem here is that when running non-interactive, the urns do not include the parent of the resource in them, so it can be difficult to figure out what the run did from the logs. Is there a workaround to this?