Add dynu_root_domain variable for domain import flow

This commit is contained in:
beatz174-bit
2026-05-13 05:18:02 +10:00
parent fc5c882193
commit 96a44d5da6
8 changed files with 69 additions and 31 deletions
@@ -1,3 +1,10 @@
variable "dynu_root_domain" {
description = "Dynu root domain name to reconcile/import (for example: lan.ddnsgeek.com)."
type = string
default = "lan.ddnsgeek.com"
}
variable "dynu_api_key" {
description = "Dynu API key/token used by the Dynu Terraform provider."
type = string