Convert Kubernetes YAML manifests to Terraform HCL code
Kubernetes YAML manifests to Terraform HCL converter
tfk8s$ tfk8s -f deployment.yaml$ tfk8s -f service.yaml -o terraform.tf$ tfk8s -f ./manifests/$ cat deployment.yaml | tfk8s$ tfk8s -f custom-resource.yaml --allow-custom-resources