feat: root password setup + ssh timeout fix
Deploy Staging / staging (push) Has been cancelled

This commit is contained in:
Sebastian Serfling
2026-05-08 14:50:21 +02:00
parent bda56f8563
commit 63145188f8
3 changed files with 18 additions and 1 deletions
+6
View File
@@ -58,3 +58,9 @@ variable "ssh_private_key" {
type = string
sensitive = true
}
variable "root_password" {
description = "Root Password für Staging VM"
type = string
sensitive = true
}