@cryptotaxi247 / infra-1 / commits / c3e3fa63

terraform: remove olddiscourse entry

We don't need it anymore

zimbatm committed Sep 13, 2023 at 15:40 UTC c3e3fa63eb6fb0505db352af8b4ed904a8dace9a
1 file changed -5
terraform/dns.tf
-5
@@ -121,11 +121,6 @@ locals {
121 type = "CNAME"
122 value = "nixconberlin.github.io"
123 },
124 - {
125 - hostname = "olddiscourse.nixos.org"
126 - type = "CNAME"
127 - value = "nixos1.hosted-by-discourse.com"
128 - },
124 {
125 hostname = "discourse.nixos.org"
126 type = "A"