Deploy atuin

This commit is contained in:
Jake Howard 2025-06-30 13:57:46 +01:00
parent f6649c8559
commit 03296b6286
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
5 changed files with 65 additions and 0 deletions

View file

@ -353,6 +353,16 @@ resource "gandi_livedns_record" "jakehowardtech_freshrss" {
]
}
resource "gandi_livedns_record" "jakehowardtech_atuin" {
zone = data.gandi_livedns_domain.jakehowardtech.id
name = "atuin"
type = "CNAME"
ttl = 3600
values = [
"${gandi_livedns_record.sys_domain_pve_private.name}.${gandi_livedns_record.sys_domain_pve_private.zone}."
]
}
resource "gandi_livedns_record" "jakehowardtech_caa" {
zone = data.gandi_livedns_domain.jakehowardtech.id
name = "@"