Skip to content

Commit b032069

Browse files
authored
Revert "Add wiki.java.no alias" (#126)
Reverts #125
1 parent ffedde8 commit b032069

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

terraform/platform/dns/main.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,6 @@ 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-
260250
# ---------- GitHub Pages subdomains ----------
261251

262252
resource "aws_route53_record" "java_no_github_pages" {

0 commit comments

Comments
 (0)