This message was deleted.
# aws
s
This message was deleted.
👀 1
b
There isn't even a tool to convert CF to Terraform, so I wouldn't hold my breath on this one. I think your best bet would be to use https://github.com/dtan4/terraforming and then convert that to Pulumi, but that sounds... fragile
l
aye cheers man. let the tears continue 😢
b
We have a guide on migrating from Cloudformation to Pulumi. If you have a lot of resources it might take a while. Importing might be a better option, especially since you can pass in a json file of resource information
l
Thank you @brave-planet-10645 and I have seen it indeed. I just was hoping for a way to rewrite all of this monstrosity without bashing the keyboard for 2 month
b
Importing might be a better option. If you can parse your cloudformation template and turn it into the json required for multiple resources, that might be useful: https://www.pulumi.com/docs/reference/cli/pulumi_import/
l
That is the option I am going with for sure 👍