Move Mastodon to grimes

This commit is contained in:
Jake Howard 2025-07-05 13:56:49 +01:00
parent 8e07eb08c3
commit aa5044a208
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
3 changed files with 126 additions and 128 deletions

View file

@ -236,7 +236,7 @@ resource "gandi_livedns_record" "theorangeonenet_mastodon" {
type = "CNAME"
ttl = 3600
values = [
"${gandi_livedns_record.sys_domain_pve.name}.${gandi_livedns_record.sys_domain_pve.zone}."
"${gandi_livedns_record.sys_domain_grimes.name}.${gandi_livedns_record.sys_domain_grimes.zone}."
]
}