Hi, is there a way to import existing terraform st...
# general
i
Hi, is there a way to import existing terraform state into pulumi stack? Or what is the recommended way to migrate from terraform?
f
there is tf2pulumi
i
@fancy-magazine-29876 I see it converts the
.tf
files themselves. Does it imports the state?
f
i think they are still working on resource "adoption" in pulumi in general - i am not sure about state for tf2pulumi
from the readme:
it will also translate Terraform state files into Pulumi checkpoint files.
i
Oh, didn’t notice this one! Thanks!