nebula/rss-bridge/variables.tf

10 lines
149 B
Terraform
Raw Normal View History

2018-06-18 15:02:21 +00:00
variable "domain" {
description = "domain to be used by traefik"
}
variable "traefik-labels" {
type = "map"
}
variable "traefik-network-id" {}