I have a bunch of terraform configured resources. ...
# general
p
I have a bunch of terraform configured resources. I want to convert everything to Pulumi. Creating the code seems to be the easier part, but how do I import the resources in the terraform state file into checkpoint data? I know that Pulumi does not yet have an import command like terraform. What do people do to import stuff into the checkpoint?