aws_waf_regex_pattern_set
Provides a WAF Regex Pattern Set Resource
Example Usage
resource "aws_waf_regex_pattern_set" "example" { name = "tf_waf_regex_pattern_set" regex_pattern_strings = ["one", "two"] }
Argument Reference
The following arguments are supported:
-
name
- (Required) The name or description of the Regex Pattern Set. -
regex_pattern_strings
- (Optional) A list of regular expression (regex) patterns that you want AWS WAF to search for, such asB[a@]dB[o0]t
.
Attributes Reference
In addition to all arguments above, the following attributes are exported:
-
id
- The ID of the WAF Regex Pattern Set.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/waf_regex_pattern_set.html