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 Dec 13, 2024
1 parent 754c62c commit 9f1bb21
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 @@ -126,6 +126,17 @@ resource "aws_route53_record" "security_txt-prod" {
]
}

resource "aws_route53_record" "bimi-prod" {
zone_id = aws_route53_zone.sec-gov-uk.zone_id
name = "default._bimi"
type = "TXT"
ttl = local.standard_ttl

records = [
"v=BIMI1;l=https://bimi.service.security.gov.uk/cabinet_office_1021062220.svg;a=https://bimi.service.security.gov.uk/cabinet_office_1021062220.pem",
]
}

resource "aws_route53_record" "myncsc-prod" {
zone_id = aws_route53_zone.sec-gov-uk.zone_id
name = "_asvdns-b216d260-ad66-4361-b03a-5e4d33030e96"
Expand Down

0 comments on commit 9f1bb21

Please sign in to comment.