# Copy this file to imports.tf and adjust IDs after confirming the # published provider docs for import ID formats. # For dynu_domain, import ID is commonly the root domain name. import { to = dynu_domain.lan_ddnsgeek_com id = var.dynu_root_domain } # DNS record imports are intentionally examples only because the provider # requires explicit record_type/hostname in config before import. # # import { # to = dynu_dns_record.grafana_lan_ddnsgeek_com # id = var.dynu_record_import_id # }