Skip to content

Commit

Permalink
Update r53_2-service-security-gov-uk.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC authored Dec 16, 2024
1 parent e167d4c commit 3a520d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dns/r53_2-service-security-gov-uk.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
resource "aws_route53_record" "email-echo-delegated-zone" {
zone_id = aws_route53_zone.sec-gov-uk.zone_id
allow_overwrite = true
name = "email-echo.service"
ttl = local.standard_ttl
type = "NS"

records = [
"ns-183.awsdns-22.com.",
"ns-1337.awsdns-39.org.",
"ns-960.awsdns-56.net.",
"ns-1927.awsdns-48.co.uk.",
]
}

resource "aws_route53_record" "bimi-delegated-zone" {
zone_id = aws_route53_zone.sec-gov-uk.zone_id
allow_overwrite = true
Expand Down

0 comments on commit 3a520d0

Please sign in to comment.