is it possible to take the output from one stack a...
# general
k
is it possible to take the output from one stack and use it in
pulumi.runtime.registerStackTransformation
? I want to set common tags for a group of stacks but when I do
pulumi.all
on the output values (which are
OutputInstance<any>
), the tags do not get applied, whereas if I use values from config or literals, it works fine