This message was deleted.
# general
s
This message was deleted.
👀 1
b
Could you write this up into an issue? Our engineering team is working on this and I think they’d love the feedback
f
Should I create a new one or it's already somewhere there?
Couldn't find anything similar, so https://github.com/pulumi/pulumi/issues/11669
Will be happy to alpha-test!
e
I'm currently working on an overhaul of our terraform code to pulumi code converter, one part of that (which admittedly I haven't started on yet but is planned) is to also support importing any terraform state with the program as well. So you'll eventually have something like
pulumi config --from tf --langauge typescript
and get back the typescript files and pulumi stacks for all the terraform workspaces.
f
That sounds nice! I tried to use https://www.pulumi.com/tf2pulumi/, more as a helper to get the skeleton of the module, the other day but our code is way newer than 0.12.
e
Yup it's not been well maintained over the years. Hopefully have a new thing soon after the Christmas holidays.
s
We're evaluating Pulumi at present and Terraform to Pulumi is a key part of this - it would be great to see this updated! 👍 Still figuring out the best way to migrate our sometimes messy state - we might need to import from AWS to TF state first in some cases.