init
This commit is contained in:
15
terraform/modules/powerdns/zone/variables.tf
Normal file
15
terraform/modules/powerdns/zone/variables.tf
Normal file
@@ -0,0 +1,15 @@
|
||||
variable "zone_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "zone_kind" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "soa_edit_api" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "zone_nameservers" {
|
||||
type = list(string)
|
||||
}
|
||||
Reference in New Issue
Block a user