mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add FoundryVTT
This commit is contained in:
parent
d46bcbbad1
commit
39ba1c55ca
4 changed files with 74 additions and 6 deletions
|
|
@ -152,6 +152,14 @@ resource "hetznerdns_record" "lidarr_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "vtt_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "vtt"
|
||||
value = local.storage1_ip
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "monero_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "monero"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue