Skip to content

Commit

Permalink
planetfm: TM-151: change apex DNS test record from CNAME to A
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Sep 2, 2024
1 parent 2a3e563 commit ece851e
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 @@ -186,8 +186,8 @@ locals {

route53_zones = {
"pp-cafmwebx.az.justice.gov.uk" = {
records = [
{ name = "", type = "CNAME", ttl = 3600, records = ["cafmwebx.pp.planetfm.service.justice.gov.uk"] },
lb_alias_records = [
{ name = "", type = "A", lbs_map_key = "private" },
]
}
"pp.planetfm.service.justice.gov.uk" = {
Expand Down

0 comments on commit ece851e

Please sign in to comment.