Allow unmanaged reverse lookup zones
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
dda9002266
commit
6b6f5d86b2
@@ -129,6 +129,7 @@ variable "zone_config" {
|
||||
private = optional(object({
|
||||
client_networks = list(string)
|
||||
service_directory_namespace = optional(string)
|
||||
reverse_managed = optional(bool, false)
|
||||
}))
|
||||
})
|
||||
validation {
|
||||
@@ -142,5 +143,3 @@ variable "zone_config" {
|
||||
}
|
||||
default = null
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user