nebula/media/variables.tf

14 lines
245 B
Terraform
Raw Normal View History

2018-01-29 19:23:40 +00:00
variable "domain" {
type = "string"
}
2018-02-04 10:36:20 +00:00
variable "links-emby" {}
variable "links-transmission" {}
2018-02-17 23:34:09 +00:00
variable "links-mariadb" {}
variable "airsonic-smtp-password" {}
variable "airsonic-db-password" {}
variable "traefik-labels" {
type = "map"
}