It seems the code generation ability of `pulumi im...
# general
g
It seems the code generation ability of
pulumi import
is not working anymore with
yaml
runtime. The same resource.json works fine with python but with yaml seems to return an empty output. If someone can reproduce it on their end, happy to open a issue w/ pulumi 🙂
l
@gifted-sandwich-82552 you mean “not working” regarding the code generation part?
g
Ah, I should clarify - the actual "import" of the resources and stack works regardless of the runtime. The code-generation bit is not working, but it seems only with yaml runtime.
l
@gifted-sandwich-82552 please file an issue here: https://github.com/pulumi/pulumi/issues and include the output from
pulumi about
in the report.
For completeness: output of
pulumi about
when run from your Pulumi project folder. We list the versions of all the running parts in that output which gives us quite some info already.
g
For anyone that comes across the same issue - https://github.com/pulumi/pulumi/issues/14692 Thank you Ringo!
l
@gifted-sandwich-82552 thank you for filing the issue. Our engineering team can now investigate based on your report.