Merge branch 'main' into codex/add-dynu-dns-terraform-documentation-layer-3vpdzo

This commit is contained in:
beatz174-bit
2026-05-13 05:29:40 +10:00
committed by GitHub
+6
View File
@@ -7,3 +7,9 @@ locals {
resource "dynu_domain" "lan_ddnsgeek_com" {
name = local.dynu_domain
}
# Import-first resource skeleton for the production Dynu zone.
# `name` is required by provider schema and can be reconciled after import.
resource "dynu_domain" "lan_ddnsgeek_com" {
name = local.dynu_domain
}