upgrade proxmox provider and some other tf [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-18 11:41:33 +00:00
parent d06f296c51
commit c58c577a9c
7 changed files with 116 additions and 116 deletions

View file

@ -135,7 +135,7 @@ provider "kubernetes" {
}
provider "helm" {
kubernetes {
kubernetes = {
config_path = var.prod ? "" : "~/.kube/config"
}
}