Skip to content

Commit a8fd980

Browse files
authored
fix doc issue (hashicorp#28987)
1 parent 1acfd36 commit a8fd980

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

website/docs/r/web_application_firewall_policy.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ The `custom_rules` block supports the following:
146146

147147
* `action` - (Required) Type of action. Possible values are `Allow`, `Block` and `Log`.
148148

149+
~> **Note:** If the `rule_type` is specified as `RateLimitRule`, the `Allow` is not supported.
150+
149151
* `rate_limit_duration` - (Optional) Specifies the duration at which the rate limit policy will be applied. Should be used with `RateLimitRule` rule type. Possible values are `FiveMins` and `OneMin`.
150152

151153
* `rate_limit_threshold` - (Optional) Specifies the threshold value for the rate limit policy. Must be greater than or equal to 1 if provided.

0 commit comments

Comments
 (0)