Skip to content

Commit

Permalink
remove domains tribs prod x3
Browse files Browse the repository at this point in the history
  • Loading branch information
Narinder Doal committed Feb 28, 2025
1 parent 07abefe commit e9caa10
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions environments/prod/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -66,86 +66,6 @@ frontends = [
shutter_app = false
hosted_externally = true
},
{
name = "dts-legacy-apps---utiac"
mode = "Detection" #detection config set and PR raised 20 Dec 2021
custom_domain = "waf.tribunalsdecisions.service.gov.uk"
dns_zone_name = "tribunalsdecisions.service.gov.uk"
backend_domain = ["dualstack.dsd-apps-lb-01-1379550980.eu-west-1.elb.amazonaws.com"]
shutter_app = false
},
{
name = "trib-lands-chamber"
mode = "Prevention"
custom_domain = "landschamber.decisions.tribunals.gov.uk"
dns_zone_name = "decisions.tribunals.gov.uk"
backend_domain = ["dts-tribs-prod-1612499966.eu-west-1.elb.amazonaws.com"]
shutter_app = false
hosted_externally = true
cache_enabled = false

global_exclusions = [
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "btnSearch"
}
]
custom_rules = [
{
name = "AllowAllAdmin",
type = "MatchRule"
priority = 1
action = "Allow"

match_conditions = [
{
match_variable = "RequestUri"
operator = "Contains"
negation_condition = false
match_values = [
"/Admin", "/Secure"]
}
]
}
]
},
{
name = "trib-tansport-appeals"
mode = "Prevention"
custom_domain = "transportappeals.decisions.tribunals.gov.uk"
dns_zone_name = "decisions.tribunals.gov.uk"
backend_domain = ["dts-tribs-prod-1612499966.eu-west-1.elb.amazonaws.com"]
shutter_app = false
hosted_externally = true
cache_enabled = false

global_exclusions = [
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "btnSearch"
}
]
custom_rules = [
{
name = "AllowAllAdmin",
type = "MatchRule"
priority = 1
action = "Allow"

match_conditions = [
{
match_variable = "RequestUri"
operator = "Contains"
negation_condition = false
match_values = [
"/Admin", "/Secure"]
}
]
}
]
},
{
name = "jd-bureau"
custom_domain = "juror-bureau.justice.gov.uk"
Expand Down

0 comments on commit e9caa10

Please sign in to comment.