Fix health checks in net-ilb and compute-mig modules (#69)
* fix health checks in ilb module * fix health check in compute-mig and add basic tests
This commit is contained in:
committed by
GitHub
parent
a51c8be101
commit
fa29a8e26f
@@ -51,7 +51,7 @@ variable "default_version" {
|
||||
}
|
||||
|
||||
variable "health_check_config" {
|
||||
description = "Optional auto-created helth check configuration, use the output self-link to set it in the auto healing policy. Refer to examples for usage."
|
||||
description = "Optional auto-created health check configuration, use the output self-link to set it in the auto healing policy. Refer to examples for usage."
|
||||
type = object({
|
||||
type = string # http https tcp ssl http2
|
||||
check = map(any) # actual health check block attributes
|
||||
|
||||
Reference in New Issue
Block a user