feat: add health check
This commit is contained in:
@@ -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 = ""
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user