We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a180e4d + 28eb902 commit 141b307Copy full SHA for 141b307
1 file changed
infra/modules/cloudfront_waf_protection/waf.tf
@@ -45,6 +45,10 @@ resource "aws_wafv2_regex_pattern_set" "admin_extended_post_pages" {
45
regular_expression {
46
regex_string = "^/forms/\\d+/welsh-translation$"
47
}
48
+
49
+ regular_expression {
50
+ regex_string = "^/forms/\\d+/routes$"
51
+ }
52
53
54
resource "aws_wafv2_rule_group" "admin_body_size_limits" {
0 commit comments