Skip to content

Commit 4ac0e4f

Browse files
authored
Merge pull request #5 from co-cddo/new-webcaf
Point the nameservers for webcaf to the new service
2 parents d3bc918 + b9c5501 commit 4ac0e4f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dns/r53_2-service-security-gov-uk.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ resource "aws_route53_record" "webcaf-delegated-zone" {
149149
type = "NS"
150150

151151
records = [
152-
"ns-715.awsdns-25.net.",
153-
"ns-448.awsdns-56.com.",
154-
"ns-2030.awsdns-61.co.uk.",
155-
"ns-1420.awsdns-49.org.",
152+
"ns-250.awsdns-31.com.",
153+
"ns-1784.awsdns-31.co.uk.",
154+
"ns-705.awsdns-24.net.",
155+
"ns-1384.awsdns-45.org.",
156156
]
157157
}
158158

0 commit comments

Comments
 (0)