1
Fork 0

Add static IP for fire TV
/ terraform (push) Successful in 18s Details

This commit is contained in:
Jake Howard 2024-01-28 16:38:24 +00:00
parent 74ae0701ff
commit 0323d68592
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ resource "adguard_config" "config" {
hostname = "tang"
ip = "192.168.1.53"
mac = "18:66:da:00:70:d8"
},
{
hostname = "lounge-fire-tv"
ip = "192.168.1.13"
mac = "1c:12:b0:3c:da:e3"
}
]
}