nebula/abstruse/variables.tf

10 lines
149 B
Terraform
Raw Normal View History

2018-04-16 19:15:43 +00:00
variable "domain" {
description = "domain to be used by traefik"
}
variable "traefik-labels" {
type = "map"
}
variable "traefik-network-id" {}