variable "namespace_name" { description = "Name of the Kubernetes namespace" type = string } variable "labels" { description = "Labels for the namespace" type = map(string) default = {} } variable "annotations" { description = "Annotations for the namespace" type = map(string) default = {} }