DontShaveTheYak / cf2tf

Convert Cloudformation templates to Terraform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explain the comments in the output

frankbe opened this issue · comments

I just tried the tool first time and it worked well, but there are a few places in the output where the particular input yaml text was pasted and commented out. Now I wonder why. I expect that it means, that theses parts could not be translated, but I'm not sure. It could e.g. also mean that those values are defaults in terraform and therefore not explicitly set.

It would be helpful if reason for the comments are somewhere documented, for example

  • at the README.md (if there is only one possible reason for the comments), or
  • in front of the particular comment block within the output (if there are various possible reasons for generated comment blocks).