sl1pm4t / k2tf

Kubernetes YAML to Terraform HCL converter
Mozilla Public License 2.0
1.19k stars 107 forks source link

Format HCL on output. #14

Closed sl1pm4t closed 5 years ago

sl1pm4t commented 5 years ago

Also adds a flag to use TF 0.12 formatter. The TF 0.12 formatter is less aggressive than earlier versions, so default is to use TF 0.11 formatter for now until TF 0.12 goes GA. See - https://github.com/hashicorp/terraform/issues/20910#issuecomment-479946978

This change also moves logger setup into it’s own file.

Closes #9