terraform: remove duplicate planet.nixos.org records
And use the new netlify.app suffix
zimbatm committed
Oct 4, 2021 at 15:44 UTC
8dcb848ed78a9a4d15322a52b04f82587d848a49
1 file changed
+1
-6
terraform/dns.tf
+1
-6
@@ -61,11 +61,6 @@ locals {
61
type = "A"
62
value = "138.201.32.77"
63
},
64
- {
65
- hostname = "planet.nixos.org"
66
- type = "A"
67
- value = "54.217.220.47"
68
- },
64
{
65
hostname = "survey.nixos.org"
66
type = "A"
@@ -134,7 +129,7 @@ locals {
129
{
130
hostname = "planet.nixos.org"
131
type = "CNAME"
137
- value = "nixos-planet.netlify.com"
132
+ value = "nixos-planet.netlify.app"
133
},
134
{
135
hostname = "releases.nixos.org"