nebula/monicahq/variables.tf

16 lines
255 B
Terraform
Raw Normal View History

2018-05-22 11:33:53 +00:00
variable "domain" {
type = "string"
}
variable "db-password" {}
variable "app-key" {}
variable "hash-salt" {}
variable "smtp-password" {}
variable "traefik-labels" {
type = "map"
}
2018-07-21 07:31:20 +00:00
variable "traefik-network-id" {}
variable "postgres-network-id" {}