diff --git a/terraform/environments/planetfm/locals_preproduction.tf b/terraform/environments/planetfm/locals_preproduction.tf index f104516cbee..64b15b0c0a6 100644 --- a/terraform/environments/planetfm/locals_preproduction.tf +++ b/terraform/environments/planetfm/locals_preproduction.tf @@ -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" }, ] } }