sl1pm4t / k2tf

Kubernetes YAML to Terraform HCL converter
Mozilla Public License 2.0
1.17k stars 108 forks source link

Skip CRD resources when processing multiple YAMLs #70

Closed sl1pm4t closed 4 years ago

sl1pm4t commented 4 years ago

This is a bandaid for now. Simply log YAML parsing errors as WARN level instead of Fatal so additional files can be processed.

Fixes #46