Skip to content

Commit

Permalink
Merge pull request #32486 from hashicorp/d-wafv2_regex_pattern_set-re…
Browse files Browse the repository at this point in the history
…gex-limit

Document max items for `aws_wafv2_regex_pattern_set.regular_expression`
  • Loading branch information
justinretzolk authored Jul 13, 2023
2 parents d26d49a + 34326ef commit 3fdd867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/wafv2_regex_pattern_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following arguments are supported:
* `name` - (Required) A friendly name of the regular expression pattern set.
* `description` - (Optional) A friendly description of the regular expression pattern set.
* `scope` - (Required) Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.
* `regular_expression` - (Optional) One or more blocks of regular expression patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t`. See [Regular Expression](#regular-expression) below for details.
* `regular_expression` - (Optional) One or more blocks of regular expression patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t`. See [Regular Expression](#regular-expression) below for details. A maximum of 10 `regular_expression` blocks may be specified.
* `tags` - (Optional) An array of key:value pairs to associate with the resource. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.

### Regular Expression
Expand Down

0 comments on commit 3fdd867

Please sign in to comment.