variable "namespaces" { description = "List of Kubernetes namespaces to create" type = list(object({ name = string labels = optional(map(string), {}) annotations = optional(map(string), {}) })) }