This message was deleted.
s
This message was deleted.
t
Is there a way to generate the code for an existing resource without actually adding it to the stack?
e
https://github.com/pulumi/pulumi/issues/8836 It's tricker to support then one would hope due to some strange internals so hasn't been priortised
We generally suggest just doing imports in a throw away stack if you just need the codegen and
stack rm
the whole stack after
👍 1