Files
Hrankin, Aleksandr (contracted) f243f440c3 init
2026-02-19 11:34:13 +00:00

16 lines
183 B
HCL

variable "zone_name" {
type = string
}
variable "zone_kind" {
type = string
}
variable "soa_edit_api" {
type = string
}
variable "zone_nameservers" {
type = list(string)
}