Update Kubernetes provider config path variable

This commit is contained in:
2026-04-28 15:11:10 -03:00
committed by GitHub
parent 4bbd6610aa
commit b6c7f7cbf2
+1 -1
View File
@@ -20,7 +20,7 @@ terraform {
}
provider "kubernetes" {
config_path = "~/.kube/config"
config_path = var.kubeconfig_path
}
variable "db_user" {