Files
tofu/modules/proxmox_lxc_container/providers.tf
Clément VÉRET 852da5f63b
Some checks failed
terraform-lint / terraform-lint (push) Failing after 3s
🚨: make tflint happy
2025-11-13 09:30:02 +01:00

14 lines
231 B
HCL

terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.76.0"
}
random = {
source = "hashicorp/random"
version = "3.7.2"
}
}
required_version = "~> 1.10.7"
}