Skip to content

Commit

Permalink
chore: Add 2 routes to WAF; remove 1 unused route. (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored Jun 7, 2024
1 parent 1020fa5 commit c2431d3
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|/agree-terms|login-events"
regex_string = "/sitemap|/plandesite|/agree-terms|/getting-started|/decouvrir-notification-gc"
}

tags = {
Expand Down

0 comments on commit c2431d3

Please sign in to comment.