sl1pm4t / k2tf

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

Support for multi-line strings #91

Closed DazKins closed 2 years ago

DazKins commented 2 years ago

When a multiline YAML string is defined in the K8s resource, it would be nice if this could be converted to a multiline string in the resultant terraform using the <<EOT syntax.

sl1pm4t commented 2 years ago

Duplicate of #66