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

@@ -21,6 +21,12 @@ variable "memory" {
default = 2048
}
variable "balloon" {
description = "Minimum vm memory, using ballooning devide to reach Proxmox node memory target."
type = number
default = 1024
}
variable "template_id" {
type = number
}
@@ -49,4 +55,8 @@ variable "disk_size" {
variable "proxmox_host_ip" {
type = string
}
variable "vm_ip_address" {
type = string
}