feat: ssh-public-keys direkt beim pct create
Deploy Staging / staging (push) Failing after 19s

This commit is contained in:
Sebastian Serfling
2026-05-08 14:59:27 +02:00
parent 91a96e6cd3
commit 46cd198b41
+16
View File
@@ -64,3 +64,19 @@ variable "root_password" {
type = string type = string
sensitive = true sensitive = true
} }
variable "lxc_cores" {
default = 2
}
variable "lxc_memory" {
default = 1024
}
variable "lxc_swap" {
default = 512
}
variable "lxc_rootfs" {
default = "SSD:10"
}