nebula/heimdall/variables.tf

14 lines
166 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"
}
variable "traefik-network-id" {}