variable "secrets" { description = "Список секретов для создания" type = list(object({ name = string namespace = string secret_type = string data = map(string) labels = optional(map(string)) annotations = optional(map(string)) ignore_changes = optional(bool, false) })) }