Hi, we are doing a migration from Terraform to Pul...
# general
b
Hi, we are doing a migration from Terraform to Pulumi, we already have quite a bit stuff created using TF, so we are thinking to have both of them co-exist for a while. that been said, i think we can use the tf state reference in pulumi code, an other option is to just use the lookup function for existing infra. however it is not clear to me which option is better (state reference vs lookup)?
t
It might be worth looking into
pulumi convert
for this case, as well.