Files
iac-opentofu-public/proxmox.tf
2025-08-19 11:36:54 +01:00

3 lines
56 B
HCL

provider "proxmox" {
pm_api_url = var.proxmox_server
}