diff --git a/infrastructure/terraform/dynu/domains.tf b/infrastructure/terraform/dynu/domains.tf index 6d5b9a9..033748c 100644 --- a/infrastructure/terraform/dynu/domains.tf +++ b/infrastructure/terraform/dynu/domains.tf @@ -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 +}