This repository has been archived by the owner on Apr 1, 2022. It is now read-only.
v0.0.7
This release enables the option to pass a specific path for kubeconfig like so:
provider "kind" {}
resource "kind_cluster" "default" {
name = "test-cluster"
kubeconfig_path = "/tmp/kind-provider-test/new_file"
}