Skip to content

Commit

Permalink
Update r53_0-security-gov-uk.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC authored Nov 4, 2024
1 parent 8e07283 commit 9922987
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dns/r53_0-security-gov-uk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@ resource "aws_route53_record" "www-aaaa-prod" {
}
}

resource "aws_route53_record" "root-digicert" {
zone_id = aws_route53_zone.sec-gov-uk.zone_id
name = "_o5eatgutj0yf8tp8b2ifa9vwjdlkgyy.security.gov.uk."
type = "CNAME"
ttl = local.extra_low_ttl

records = [
"dcv.digicert.com."
]
}

resource "aws_route53_record" "root-acm-cert" {
zone_id = aws_route53_zone.sec-gov-uk.zone_id
name = "_20b0a1cfae94ddd400d956a5289fb7d4"
Expand Down

0 comments on commit 9922987

Please sign in to comment.