Add dynu_record_import_id variable for record imports

This commit is contained in:
beatz174-bit
2026-05-13 05:28:27 +10:00
parent 96a44d5da6
commit c9e4aeb8d6
4 changed files with 9 additions and 1 deletions
@@ -25,3 +25,9 @@ variable "dynu_password" {
sensitive = true
default = null
}
variable "dynu_record_import_id" {
description = "Placeholder import ID for a single dynu_dns_record during one-at-a-time reconciliation."
type = string
default = "REPLACE_WITH_DYNU_RECORD_IMPORT_ID"
}