Skip to content

Commit

Permalink
Update terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Nov 23, 2023
1 parent 31ea796 commit ab0590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/waf/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
})
}

Expand Down

0 comments on commit ab0590b

Please sign in to comment.