Skip to content

Commit

Permalink
set lb_alias_records for planetfm pre-prod LB (#4226)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Dec 4, 2023
1 parent ae2348a commit 787ad05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ locals {
# { name = "ppplanet-b", type = "CNAME", ttl = "300", records = ["pp-cafm-db-a.planetfm.hmpps-preproduction.modernisation-platform.service.justice.gov.uk"] },
]
lb_alias_records = [
# { name = "cafmtx", type = "A", lbs_map_key = "private" } Create in subsequent PR to LB private deployment
# { name = "cafmtwebx", type = "A", lbs_map_key = "private" } Create in subsequent PR to LB private deployment
{ name = "cafmtx", type = "A", lbs_map_key = "private" },
{ name = "cafmtwebx", type = "A", lbs_map_key = "private" },
]
}
}
Expand Down

0 comments on commit 787ad05

Please sign in to comment.