nebula/heimdall/variables.tf
2018-02-18 13:18:20 +05:30

12 lines
132 B
HCL

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