nebula/miniflux/variables.tf

18 lines
265 B
Terraform
Raw Normal View History

2018-06-30 22:47:22 +00:00
variable "domain" {
type = "string"
}
variable "db-password" {}
variable "postgres-network-id" {}
variable "traefik-labels" {
type = "map"
}
2018-07-25 19:55:11 +00:00
variable "release" {
description = "miniflux version"
type = "string"
}
2018-06-30 22:47:22 +00:00
variable "traefik-network-id" {}