Files
docker/infrastructure/terraform/dynu/imports.tf.example
T
2026-05-13 05:09:17 +10:00

16 lines
462 B
Plaintext

# Copy this file to imports.tf and adjust IDs after confirming the
# published provider docs for import ID formats.
import {
to = dynu_domain.lan_ddnsgeek_com
id = "REPLACE_WITH_DYNU_DOMAIN_IMPORT_ID"
}
# 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"
# }