Skip to content

Commit

Permalink
specify values correctly (#4223)
Browse files Browse the repository at this point in the history
* specify values correctly

* underscores
  • Loading branch information
robertsweetman authored Dec 4, 2023
1 parent 8ee3498 commit ae2348a
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,12 @@ locals {
target_group_name = "web-23-80"
}]
conditions = [{
field = "host-header"
values = [
"cafmtx.pp.planetfm.service.justice.gov.uk",
"pp-cafmtx.az.justice.gov.uk",
]
host_header = {
values = [
"cafmtx.pp.planetfm.service.justice.gov.uk",
"pp-cafmtx.az.justice.gov.uk",
]
}
}]
}
web-45-80 = {
Expand All @@ -245,11 +246,12 @@ locals {
target_group_name = "web-45-80"
}]
conditions = [{
field = "host-header"
values = [
"cafmtwebx.pp.planetfm.service.justice.gov.uk",
"pp-cafmtwebx.az.justice.gov.uk",
]
host_header = {
values = [
"cafmtwebx.pp.planetfm.service.justice.gov.uk",
"pp-cafmtwebx.az.justice.gov.uk",
]
}
}]
}
}
Expand Down

0 comments on commit ae2348a

Please sign in to comment.