MON-191 typo on alb threshold description

This commit is contained in:
Quentin Manfroi 2018-06-28 10:36:28 +02:00
parent 60b51adaea
commit 318fa6a0cf

View File

@ -160,7 +160,7 @@ variable "httpcode_alb_5xx_timeframe" {
variable "httpcode_alb_5xx_threshold_critical" {
default = 80
description = "loadbalancer 5xxcritical threshold in percentage"
description = "loadbalancer 5xx critical threshold in percentage"
}
variable "httpcode_alb_5xx_threshold_warning" {