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

@@ -14,6 +14,16 @@ variable "proxmox_endpoint" {
}
variable "proxmox_host_ip" {
description = "Proxmox ip for backup nfs share"
type = string
description = "Proxmox ip for backup nfs share"
type = string
}
variable "gateway_repository" {
description = "Gateway repository relative path (from this terraform repository), for traefik automatic config generation."
type = string
}
variable "gateway_token" {
description = "Gateway webhook token same in /module/apps/gateway/.env"
type = string
}