Skip to content

Commit

Permalink
PUB-2663 - Added exclusion (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisS1512 authored Nov 28, 2024
1 parent 2082c01 commit 0eb7a54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions environments/prod/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,11 @@ frontends = [
operator = "Equals"
selector = "iss"
},
{
match_variable = "QueryStringArgNames"
operator = "Equals"
selector = "code"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
Expand Down

0 comments on commit 0eb7a54

Please sign in to comment.