Files
proxmox-tofu/versions.tf

9 lines
118 B
HCL

terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.108.0"
}
}
}