feat: add health check

This commit is contained in:
2026-08-08 09:16:26 +02:00
parent 23ef06df55
commit 42c09a1c18
2 changed files with 11 additions and 2 deletions
+7
View File
@@ -43,3 +43,10 @@ variable "start_delay_seconds" {
default = 10
}
variable "health_check_command" {
type = string
description = "Optional health check command to run on the VM to wait for the service to be ready"
default = ""
}