Skip to content

Commit

Permalink
feat: add cds-snc.ca domain verif challenge record (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Oct 13, 2023
1 parent 1b63fbd commit 7761904
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions terraform/cds-snc.ca.tf
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,14 @@ resource "aws_route53_record" "cloud-spend-cds-snc-CNAME" {
]
ttl = "1800"
}


resource "aws_route53_record" "_github-challenge-cds-snc-org" {
zone_id = aws_route53_zone.cds-snc-ca-public.zone_id
name = "_github-challenge-cds-snc-org"
type = "TXT"
records = [
"05a2344682"
]
ttl = "1800"
}

0 comments on commit 7761904

Please sign in to comment.