Replace Headphones with Lidarr

This commit is contained in:
Paul-Henri Froidmont 2023-09-08 07:03:59 +02:00
parent 856c9456bd
commit f020dae8e2
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 9 additions and 14 deletions

View file

@ -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