There was an error while loading. Please reload this page.
1 parent ffedde8 commit b032069Copy full SHA for b032069
1 file changed
terraform/platform/dns/main.tf
@@ -247,16 +247,6 @@ resource "aws_route53_record" "java_no_lister" {
247
records = ["ghs.googlehosted.com."]
248
}
249
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
260
# ---------- GitHub Pages subdomains ----------
261
262
resource "aws_route53_record" "java_no_github_pages" {
0 commit comments