sl1pm4t / k2tf

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

Fix: reading multiple yaml from nested dir #10

Closed sl1pm4t closed 5 years ago

sl1pm4t commented 5 years ago

This fixes an issue where k2tf would fail to read multiple files from a nest subdirectory. i.e. The following works: k2tf -f directory/

The following does not work, will fail to read any objects: k2tf -f directory/subdirectory/

Fixes #7