Files
tofu/proxmox_lxc_container/providers.tf
VC 9342c38e78
All checks were successful
terraform-lint / terraform-lint (push) Successful in 31s
🚨: fmt tofu
2025-03-06 17:41:27 +01:00

13 lines
186 B
HCL

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