Provides a WAF Regex Pattern Set Resource
resource "aws_waf_regex_pattern_set" "example" {
name = "tf_waf_regex_pattern_set"
regex_pattern_strings = ["one", "two"]
}
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 as B[a@]dB[o0]t. 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