Is there a way to generate code for pulumi without...
# general
a
Is there a way to generate code for pulumi without modifying the stack?
pulumi import
by default updates the stack
e
Make a dummy stack, import into that then delete the stack (
pulumi stack rm
, not
pulumi destroy
)
a
Oof, ok. I suppose that works.
e
Issue tracking first-class support for this at https://github.com/pulumi/pulumi/issues/8836 if you want to add a thumbs up (votes do influence planning)
b
codegen only mode would be awesome.
c
Not exactly what you want, but helpful: Pulumi AI | Pulumi