Skip to content

Commit 9befa5d

Browse files
committed
add airsonic-refix
1 parent 392fa9d commit 9befa5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

homelab/dns_records.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ locals {
1010
name = "www"
1111
ip = module.oracle_homelab.oracle_arm_1_public_ip
1212
},
13+
"Airsonic-refix" : {
14+
name = "music"
15+
ip = local.my_public_ip
16+
},
1317
"Bitwarden" : {
1418
name = "bitwarden"
1519
ip = local.my_public_ip

0 commit comments

Comments
 (0)