nebula/heimdall/variables.tf

12 lines
132 B
HCL

variable "domain" {
type = "string"
}
variable "auth-header" {
type = "string"
}
variable "traefik-labels" {
type = "map"
}