Files
ProxmoxInfra/modules/networking/terraform.tf

8 lines
92 B
HCL

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