fix: DNS terraform @ ALIAS, CNAME does not work for the root domain

And final dot to nachtigall hostnames to make NameCheap API happy
This commit is contained in:
teutat3s 2023-10-29 16:14:43 +01:00
parent 45d30415d7
commit ce33bcb70a
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -13,7 +13,7 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "auth"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
record {
hostname = "ci"
@ -24,17 +24,17 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "git"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
record {
hostname = "stream"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
record {
hostname = "list"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
record {
hostname = "obs-portal"
@ -68,9 +68,9 @@ resource "namecheap_domain_records" "pub-solar" {
}
record {
hostname = "@"
type = "CNAME"
address = "nachtigall.pub.solar"
ttl = 60
type = "ALIAS"
address = "nachtigall.pub.solar."
ttl = 300
}
record {
hostname = "chat"
@ -111,12 +111,12 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "files"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
record {
hostname = "mastodon"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
record {
hostname = "matrix"
@ -127,7 +127,7 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "www"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
record {
hostname = "@"
@ -158,7 +158,7 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "list"
type = "MX"
address = "list.pub.solar"
address = "list.pub.solar."
mx_pref = "0"
}
record {
@ -174,17 +174,17 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "matrix.test"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
record {
hostname = "chat.test"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
record {
hostname = "test"
type = "CNAME"
address = "nachtigall.pub.solar"
address = "nachtigall.pub.solar."
}
# SRV records can only be changed via NameCheap Web UI
# add comment