Skip to content

Commit

Permalink
fix: add new routes for TOU feature (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored May 22, 2024
1 parent 65ae400 commit 1c754a8
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 1c754a8

Please sign in to comment.