Add new template for debian trixie without luks encryption; fix disk resizing on first boot; set default user and ssh keys for cloud init

This commit is contained in:
Philip Henning 2026-05-11 17:50:49 +02:00
parent 775215f230
commit e57f2d977b
19 changed files with 2341 additions and 17 deletions

View file

@ -12,7 +12,7 @@ variable "proxmox_skip_tls_verify" {
variable "source_proxmox_http_interface" {
type = string
default = "en18"
default = "en17"
description = "The network interface to use for the Proxmox HTTP source"
}