cf2tf

Converts AWS CloudFormation templates to Terraform HCL code

brewmacoslinux
Try with needOr install directly
Source

About

Cloudformation templates to Terraform HCL converter

Commands

cf2tf

Examples

Convert a CloudFormation JSON template to Terraform HCL$ cf2tf -f template.json
Convert CloudFormation YAML template and output to file$ cf2tf -f template.yaml -o main.tf
Convert template and display conversion summary$ cf2tf -f stack.json --verbose