new features
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user