From ab0590b734b936752457e55579781524392a5764 Mon Sep 17 00:00:00 2001 From: Olamide Date: Thu, 23 Nov 2023 08:29:41 +0100 Subject: [PATCH] Update terraform fmt --- aws/waf/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/waf/variables.tf b/aws/waf/variables.tf index f619c74..fcb1e4d 100644 --- a/aws/waf/variables.tf +++ b/aws/waf/variables.tf @@ -34,7 +34,7 @@ variable "rate_limit" { type = object({ Priority = number # Relative processing order for rate limit rule relative to other rules processed by AWS WAF. Limit = optional(number, 1000) # This is the limit on requests from any single IP address within a 5 minute period - count_override = optional(bool, false) # If true, this will override the rule action setting to `count`, if false, the rule action will be set to `block`. Default value is false. + count_override = optional(bool, false) # If true, this will override the rule action setting to `count`, if false, the rule action will be set to `block`. Default value is false. }) }