nebula/requestbin/variables.tf

10 lines
120 B
Terraform
Raw Normal View History

2018-05-05 21:46:25 +00:00
variable "domain" {
type = "string"
}
variable "traefik-labels" {
type = "map"
}
variable "traefik-network-id" {}