variable "kubeconfig_path" { description = "Absolute path to the operator kubeconfig. Its contents never enter Terraform state." type = string } variable "enable_discord" { description = "Enable Discord routing after the nereus-discord SealedSecret has created its Secret." type = bool default = false }