sl1pm4t / k2tf

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

Support providing a provider alias #107

Open nikolay opened 2 years ago

nikolay commented 2 years ago

There's the use case where one Terraform plan would have to maintain more than one Kubernetes cluster, which requires a different provider for each cluster making the requirement to optionally be able to add the provider attribute to each converted resource.

sl1pm4t commented 2 years ago

This is a good idea, thanks.