mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Replace Headphones with Lidarr
This commit is contained in:
parent
856c9456bd
commit
f020dae8e2
2 changed files with 9 additions and 14 deletions
|
|
@ -144,9 +144,9 @@ resource "hetznerdns_record" "radarr_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "headphones_a" {
|
||||
resource "hetznerdns_record" "lidarr_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "headphones"
|
||||
name = "lidarr"
|
||||
value = local.storage1_ip
|
||||
type = "A"
|
||||
ttl = 600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue