16 lines
183 B
HCL
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)
|
|
}
|