Tool to Convert Cloudformation to Terraform

cf2tf version v0.4.0 is out. This release has a ton of improvements over the previous versions.

Install with:

pip install cf2tf

Use with:

cf2tf my_template.yaml

Works with JSON as well!

3 Likes

Awesome <3

You saved my day.

Can you People share me the process any doc or video resources. It would be great to understand more on this.

Thank you

Its very simple, just 1) do pip install cf2tf from your terminal make sure python is installed
2) cf2tf .\1-cfn-init.yaml (pass your cf file )
it will be converted to terraform/tf file