SaaS company gave me a cloud formation template in...
# general
a
SaaS company gave me a cloud formation template instead of clear instructions on what they want for permissions. I see a couple options getting this into pulumi; reverse engineer what's in the cf template, which I'll probably screw up, or use the template, then import the resources into pulumi. Anyone else have any bright ideas? There's not some cf to pulumi magic someone wrote is there?
l
I'm not aware of a direct transpiler or similar, but there's https://github.com/humanmade/cf-to-tf and https://www.pulumi.com/tf2pulumi/ .. maybe they could be made to work together?