Remove kubeconfig_path variable and update provider

This commit is contained in:
2026-04-28 17:15:37 -03:00
committed by GitHub
parent 8a60c32862
commit ec3c9246e6
+1 -5
View File
@@ -19,12 +19,8 @@ terraform {
}
}
variable "kubeconfig_path" {
default = "~/.kube/config"
}
provider "kubernetes" {
config_path = var.kubeconfig_path
config_path = "~/.kube/config"
}
variable "db_user" {