nebula/opml/variables.tf

10 lines
153 B
Terraform
Raw Normal View History

2018-05-31 20:55:49 +00:00
variable "traefik-labels" {
type = "map"
}
variable "domain" {}
variable "client-id" {}
variable "client-secret" {}
variable "traefik-network-id" {}