nebula/heimdall/variables.tf

12 lines
132 B
Terraform
Raw Normal View History

2018-02-18 07:48:20 +00:00
variable "domain" {
type = "string"
}
variable "auth-header" {
type = "string"
}
variable "traefik-labels" {
type = "map"
}