Allow unmanaged reverse lookup zones

This commit is contained in:
Wiktor Niesiobędzki
2025-03-05 08:29:00 +00:00
committed by Wiktor Niesiobędzki
parent dda9002266
commit 6b6f5d86b2
5 changed files with 70 additions and 7 deletions

View File

@@ -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
}