Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai committed Dec 23, 2024
1 parent 18d0a3f commit 80d3b1f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion aws/common/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,19 @@ resource "aws_wafv2_regex_pattern_set" "re_admin" {

# GCA routes
regular_expression {
regex_string = "/other-services|/autres-services|/service-level-agreement|/accord-niveaux-de-service|/service-level-objectives|/objectifs-niveau-de-service|/pourquoi-notification-gc|/envoyer-.*-personnalise|/reg.*emo|/autre-services-2023*"
regex_string = "/other-services|/autres-services|/service-level-agreement|/accord-niveaux-de-service|/service-level-objectives|/objectifs-niveau-de-service|/pourquoi-notification-gc|/envoyer-.*-personnalise|/reg.*emo"
}

# GCA routes
regular_expression {
regex_string = "/.*-contact-information|/.*-a-jour-les-coordonnees|/delivery-and-failure|/livraison-.*-et-echec|/system-status|/etat-du-systeme|/comprendre-.*-livraison|/sending-custom-content|/utiliser-.*-de-calcul"
}

# GCA routes
regular_expression {
regex_string = "/autre-services-2023*"
}

tags = {
CostCenter = "notification-canada-ca-${var.env}"
}
Expand Down

0 comments on commit 80d3b1f

Please sign in to comment.