mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add storage1 dns
This commit is contained in:
parent
3e4719272a
commit
7fac3355db
1 changed files with 8 additions and 0 deletions
8
dns.tf
8
dns.tf
|
|
@ -39,6 +39,14 @@ resource "hetznerdns_record" "mail2_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "storage1_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "storage1"
|
||||
value = local.storage1_ip
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "jellyfin_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "jellyfin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue