From 318fa6a0cf8b4b95cb2cb57cbc9f50f37a8987c5 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 28 Jun 2018 10:36:28 +0200 Subject: [PATCH] MON-191 typo on alb threshold description --- cloud/aws/alb/inputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/aws/alb/inputs.tf b/cloud/aws/alb/inputs.tf index 584c299..07cb8b3 100644 --- a/cloud/aws/alb/inputs.tf +++ b/cloud/aws/alb/inputs.tf @@ -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" {