We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d589d29 + 4aca21a commit 5ead0bdCopy full SHA for 5ead0bd
1 file changed
terraform/domain.tf
@@ -59,6 +59,22 @@ resource "aws_route53_record" "medit" {
59
records = ["dandi.github.io."]
60
}
61
62
+resource "aws_route53_record" "notebooks" {
63
+ zone_id = aws_route53_zone.dandi.zone_id
64
+ name = "notebooks"
65
+ type = "CNAME"
66
+ ttl = "300"
67
+ records = ["dandi.github.io."]
68
+}
69
+
70
+resource "aws_route53_record" "stats" {
71
72
+ name = "stats"
73
74
75
76
77
78
resource "aws_route53_record" "status" {
79
zone_id = aws_route53_zone.dandi.zone_id
80
name = "status"
0 commit comments