Validation is not done via this provider. E.g. if path is not a file, kind itself will fail that it can't write the config to a file and the user has to take care of this themselves.
@tehcyx thanks a lot for putting this together! this does indeed cover off on being able to pass a custom kubeconfig path value for the --kubeconfig flag during cluster creation as requested in #34.
This PR enables passing of kubeconfig_path in the terraform file. Feature from #34
Use like this:
Validation is not done via this provider. E.g. if path is not a file, kind itself will fail that it can't write the config to a file and the user has to take care of this themselves.