17 lines
509 B
Plaintext
17 lines
509 B
Plaintext
# 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 = "REPLACE_WITH_DYNU_RECORD_IMPORT_ID"
|
|
# }
|