Skip to content

Commit

Permalink
Merge branch 'main' into rename-default-pinpoint-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored May 22, 2024
2 parents d21a2e7 + 1c754a8 commit b2848d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/common/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ resource "aws_wafv2_regex_pattern_set" "re_admin2" {
# https://docs.aws.amazon.com/waf/latest/developerguide/waf-regex-pattern-set-managing.html

regular_expression {
regex_string = "/sitemap|/plandesite"
regex_string = "/sitemap|/plandesite|/agree-terms|login-events"
}

tags = {
Expand Down

0 comments on commit b2848d5

Please sign in to comment.