Files
tofu/proxmox_lxc_container/providers.tf
VC 0d56f2196d
Some checks failed
terraform-lint / terraform-lint (push) Failing after 2s
🔥: remove ovh related provider
2025-04-09 08:44:30 +02:00

9 lines
118 B
HCL

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