Files
docker/infrastructure/terraform/dynu/domains.tf
T
2026-05-13 05:18:02 +10:00

10 lines
261 B
Terraform

locals {
dynu_domain = var.dynu_root_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
}