Skip to content

Commit

Permalink
Ndh: dns fix part2 (#5941)
Browse files Browse the repository at this point in the history
* Fix NDH DNS NS records

* fix
  • Loading branch information
drobinson-moj authored and georgepstaylor committed May 3, 2024
1 parent 890f1a3 commit 043e385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/nomis/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ locals {
{ name = "test", type = "NS", ttl = "86400", records = ["ns-1423.awsdns-49.org", "ns-1921.awsdns-48.co.uk", "ns-304.awsdns-38.com", "ns-747.awsdns-29.net"] },
{ name = "preproduction", type = "NS", ttl = "86400", records = ["ns-1200.awsdns-22.org", "ns-1958.awsdns-52.co.uk", "ns-44.awsdns-05.com", "ns-759.awsdns-30.net"] },
{ name = "reporting", type = "NS", ttl = "86400", records = ["ns-1122.awsdns-12.org", "ns-1844.awsdns-38.co.uk", "ns-388.awsdns-48.com", "ns-887.awsdns-46.net"] },
{ name = "ndh", type = "NS", ttl = "86400", records = ["ns-1528.awsdns-63.org", "ns-973.awsdns-57.net", "ns-1867.awsdns-41.co.uk", "ns-427.awsdns-53.com"] },
{ name = "ndh", type = "NS", ttl = "86400", records = ["ns-1106.awsdns-10.org", "ns-1904.awsdns-46.co.uk", "ns-44.awsdns-05.com", "ns-799.awsdns-35.net"] },
]
}
"production.nomis.az.justice.gov.uk" = {
Expand Down

0 comments on commit 043e385

Please sign in to comment.