Add proxmox provider

This commit is contained in:
2026-08-20 10:29:11 -04:00
parent fe83b5375d
commit 7e9f8a93a8
4 changed files with 25 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
provider "proxmox" {
endpoint = "https://hv01.balsillie.house:8006/"
insecure = false
# api_token = # Takes value from PROXMOX_VE_API_TOKEN env var
random_vm_ids = true
random_vm_id_start = 10000
random_vm_id_end = 99999
}