Skip to content

Commit

Permalink
feat: gccatalogue.alpha.canada.ca NS record (#434)
Browse files Browse the repository at this point in the history
Create a gccatalogue.alpha.canada.ca for the TBS policy catalogue:
https://github.com/gcdigitalpolicy/gccatalogue
  • Loading branch information
patheard authored Nov 20, 2024
1 parent 09abd2a commit 6d779df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions terraform/gccatalogue.alpha.canada.ca.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
resource "aws_route53_record" "gccatalogue-alpha-canada-ca-NS" {
zone_id = aws_route53_zone.alpha-canada-ca-public.zone_id
name = "gccatalogue.alpha.canada.ca"
type = "NS"
records = [
"ns1-02.azure-dns.com",
"ns2-02.azure-dns.net",
"ns3-02.azure.dns.org",
"ns4-02.azure-dns.info"
]
ttl = "300"
}

0 comments on commit 6d779df

Please sign in to comment.