WIP: Migrate DNS to Gandi #175

Draft
jake wants to merge 8 commits from gandi-dns into master
2 changed files with 30 additions and 0 deletions
Showing only changes of commit 3bf44d1d5b - Show all commits

View file

@ -323,6 +323,16 @@ resource "gandi_livedns_record" "jakehowardtech_uptime" {
]
}
resource "gandi_livedns_record" "jakehowardtech_baby-buddy" {
zone = gandi_livedns_domain.jakehowardtech.id
name = "baby-buddy"
type = "CNAME"
ttl = 3600
values = [
"${gandi_livedns_record.sys_domain_pve_private.href}."
]
}
resource "gandi_livedns_record" "jakehowardtech_caa" {
zone = gandi_livedns_domain.jakehowardtech.id
name = "@"

View file

@ -250,6 +250,26 @@ resource "gandi_livedns_record" "theorangeonenet_comentario" {
]
}
resource "gandi_livedns_record" "theorangeonenet_bsky" {
zone = gandi_livedns_domain.theorangeonenet.id
name = "bsky"
type = "CNAME"
ttl = 3600
values = [
"${gandi_livedns_record.sys_domain_pve.href}."
]
}
resource "gandi_livedns_record" "theorangeonenet_atproto" {
zone = gandi_livedns_domain.theorangeonenet.id
name = "_atproto"
type = "TXT"
ttl = 3600
values = [
"did=did:plc:pgyg4ih7zsqkwdon34jqkbuz"
]
}
resource "gandi_livedns_record" "theorangeonenet_caa" {
zone = gandi_livedns_domain.theorangeonenet.id
name = "@"