add gateway automatic template and fefan vm

This commit is contained in:
2026-01-19 17:05:38 +01:00
parent d98c7b8bdb
commit f851ead7cd
56 changed files with 1243 additions and 82 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.42.0"
version = "0.93.0"
}
}
}
@@ -51,6 +51,7 @@ resource "proxmox_virtual_environment_vm" "vm" {
memory {
dedicated = var.memory
floating = var.balloon
}
disk {