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

@ -2,7 +2,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.7.1"
version = "3.0.1"
}
}
}