nebula/media/variables.tf

43 lines
864 B
Terraform
Raw Permalink Normal View History

2018-01-29 19:23:40 +00:00
variable "domain" {
type = string
2018-01-29 19:23:40 +00:00
}
2018-02-04 10:36:20 +00:00
# variable "airsonic-smtp-password" {}
variable "traefik-labels" {
type = map(string)
}
2018-05-29 13:26:00 +00:00
// TODO: Remove duplication
variable "basic_auth" {
default = "tatooine:$2y$05$iPbatint3Gulbs6kUtyALO9Yq5sBJ..aiF82bcIziH4ytz9nFoPr6,reddit:$2y$05$ghKxSydYCpAT8r2VVMDmWO/BBecghGfLsRJUkr3ii7XxPyxBqp8Oy"
}
variable "ips" {
type = map(string)
}
variable "traefik-network-id" {
2018-05-29 13:26:00 +00:00
}
2021-02-16 14:28:53 +00:00
variable "lastfm_api_key" {
description = "Navidrome Configuration for lastfm_api_key"
type = string
2021-02-16 14:28:53 +00:00
}
2021-02-16 14:28:53 +00:00
variable "lastfm_secret" {
description = "Navidrome Configuration for lastfm_secret"
type = string
2021-02-16 14:28:53 +00:00
}
2021-02-16 14:28:53 +00:00
variable "spotify_id" {
description = "Navidrome Configuration for spotify_id"
type = string
2021-02-16 14:28:53 +00:00
}
2021-02-16 14:28:53 +00:00
variable "spotify_secret" {
description = "Navidrome Configuration for spotify_secret"
type = string
2021-02-16 14:28:53 +00:00
}