nebula/resilio/variables.tf

12 lines
136 B
Terraform
Raw Normal View History

2018-02-18 21:51:32 +00:00
variable "traefik-labels" {
type = "map"
}
variable "ips" {
type = "map"
}
variable "domain" {}
variable "traefik-network-id" {}