add template vm in proxmox [ci skip]

This commit is contained in:
Viktor Barzin 2025-10-11 13:32:49 +00:00
parent e385407094
commit 222d3dd2b6
4 changed files with 96 additions and 38 deletions

View file

@ -38,3 +38,12 @@
# }
# }
# }
terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "3.0.2-rc04"
}
}
}