new features

This commit is contained in:
2026-08-07 21:59:28 +02:00
parent 73b05ab90e
commit 23ef06df55
2 changed files with 11 additions and 2 deletions
+7
View File
@@ -36,3 +36,10 @@ variable "ssh_user" {
description = "SSH user for VM authentication"
default = "debian"
}
variable "start_delay_seconds" {
type = number
description = "Number of seconds to wait after starting docker compose"
default = 10
}