mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Deploy atuin
This commit is contained in:
parent
f6649c8559
commit
03296b6286
5 changed files with 65 additions and 0 deletions
|
|
@ -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 = "@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue