From dc44c4523b2ae9fc066d3d854f7b40efaaa41788 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Fri, 26 Jan 2018 19:27:35 +0100 Subject: [PATCH] MON-112 update readme for filter variables --- cloud/aws/alb/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/aws/alb/README.md b/cloud/aws/alb/README.md index 2a4dfed..e47d1ac 100644 --- a/cloud/aws/alb/README.md +++ b/cloud/aws/alb/README.md @@ -32,7 +32,8 @@ Inputs |------|-------------|:----:|:-----:|:-----:| | delay | Delay in seconds for the metric evaluation | string | `900` | no | | environment | Architecture environment | string | - | yes | -| filter_tags | Tags used for custom filtering | string | `*` | no | +| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no | +| filter_tags_use_defaults | Use default filter tags convention | string | `*` | no | | httpcode_elb_4xx_threshold_critical | loadbalancer 4xx critical threshold in percentage | string | `80` | no | | httpcode_elb_4xx_threshold_warning | loadbalancer 4xx warning threshold in percentage | string | `60` | no | | httpcode_elb_5xx_threshold_critical | loadbalancer 5xx critical threshold in percentage | string | `80` | no |