humanmade / cf-to-tf

CLI tool for generating Terraform configuration and state for existing CloudFormation resources
Other
417 stars 70 forks source link

Unable to parse json error #26

Open rutujasurve94 opened 3 years ago

rutujasurve94 commented 3 years ago

While running cf-to-tf --stack cstack.yml config | json2hcl | cf-to-tf clean-hcl | terraform fmt, I get this error: unable to parse JSON: 1:5: illegal char

okdolly commented 3 years ago

Same