terraform provider version update

This commit is contained in:
Christian Lempa 2024-01-12 11:39:13 +01:00
parent e5d1459169
commit a7013f2470

View File

@ -9,7 +9,7 @@ terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "2.9.3"
version = ">= 2.9.14"
}
}
}