first dynu record generation

This commit is contained in:
git
2026-05-13 07:23:20 +10:00
parent 0c20676590
commit 9f98101c5d
5 changed files with 1820 additions and 0 deletions
@@ -0,0 +1,7 @@
data "dynu_domain" "lan" {
hostname = "lan.ddnsgeek.com"
}
output "dynu_domain_id" {
value = data.dynu_domain.lan.domain.id
}