Skip to content

Commit ffedde8

Browse files
authored
Add wiki.java.no alias (#125)
1 parent f8ca1dc commit ffedde8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

terraform/platform/dns/main.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,16 @@ resource "aws_route53_record" "java_no_lister" {
247247
records = ["ghs.googlehosted.com."]
248248
}
249249

250+
# ---------- Atlassian alias ----------
251+
252+
resource "aws_route53_record" "java_no_wiki" {
253+
zone_id = aws_route53_zone.java_no.zone_id
254+
name = "wiki.java.no"
255+
type = "CNAME"
256+
ttl = 3600
257+
records = ["javabin.atlassian.net"]
258+
}
259+
250260
# ---------- GitHub Pages subdomains ----------
251261

252262
resource "aws_route53_record" "java_no_github_pages" {

0 commit comments

Comments
 (0)