Nereus/terraform/platform/variables.tf

10 lines
333 B
HCL

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
}