This message was deleted.
# general
s
This message was deleted.
g
Not that I know of, and due to Pulumi running on an actual programming language I don't think it can be guaranteed that a Pulumi program is possible in Terraform.
b
that's what i feared since pulumi can reference tfstate, is it possible to dump/export tfstate from high level pulumi sources? or does this boil down to the same kind of issue?
g
That is possible since all the data on the state can be mapped to Terraform format, but I don't know of any tool that does that.
In fact, the export format of Pulumi might actually be directly compatible with Terraform, I've never tried or even looked at it, but I know they have the same data since there is code to go the other way