This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker/infrastructure/terraform/dynu/imports.tf.example
T

14 lines
394 B
Plaintext

# Copy this file to imports.tf and adjust values after confirming the
# published provider docs for resource type names and import ID formats.
# Example placeholder shape only:
# import {
# to = dynu_dns_domain.lan_ddnsgeek_com
# id = "REPLACE_WITH_DYNU_DOMAIN_IMPORT_ID"
# }
#
# import {
# to = dynu_dns_record.grafana_lan_ddnsgeek_com
# id = "REPLACE_WITH_DYNU_RECORD_IMPORT_ID"
# }