Hi@akhtar,
You need to install the plugins using the terraform init command for the Kubernetes cluster. From the plugins you will get Kubernetes provider. You need to use the provider name in your code as shown below.
provider "kubernetes" {
config_context = "minikube"
}