@cryptotaxi247 / infra-1 / commits / 7e5d2aa8

terraform: add DNS entries for rhea

Graham Christensen committed Mar 31, 2022 at 15:17 UTC 7e5d2aa826bca1306e21b0f3fd2c9eabbd7310d8
1 file changed +10
terraform/dns.tf
+10
@@ -61,6 +61,16 @@ locals {
61 type = "A"
62 value = "138.201.32.77"
63 },
64 + {
65 + hostname = "rhea.nixos.org"
66 + type = "A"
67 + value = "5.9.122.43"
68 + },
69 + {
70 + hostname = "rhea.nixos.org"
71 + type = "AAAA"
72 + value = "2a01:4f8:162:71eb::"
73 + },
74 {
75 hostname = "survey.nixos.org"
76 type = "A"