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:
Ludovico Magnocavallo
2020-05-07 07:37:15 +02:00
committed by GitHub
parent a51c8be101
commit fa29a8e26f
9 changed files with 485 additions and 187 deletions

View File

@@ -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